mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
(improvement)(chat) Make corrections and pass the data date format to the large model. (#1583)
This commit is contained in:
@@ -170,6 +170,7 @@ public class DataSetSchemaBuilder {
|
||||
.type(SchemaElementType.DIMENSION)
|
||||
.build();
|
||||
dimToAdd.getExtInfo().put(DimensionConstants.DIMENSION_TYPE, dim.getType());
|
||||
|
||||
if (dim.isTimeDimension()) {
|
||||
String timeFormat = String.valueOf(dim.getExt().get(DimensionConstants.DIMENSION_TIME_FORMAT));
|
||||
dimToAdd.getExtInfo().put(DimensionConstants.DIMENSION_TIME_FORMAT, timeFormat);
|
||||
|
||||
Reference in New Issue
Block a user