File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
opensearch/src/main/java/org/opensearch/sql/opensearch/data/type Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77buildscript {
88 ext {
9- opensearch_version = System . getProperty(" opensearch.version" , " 3.2 .0-SNAPSHOT" )
9+ opensearch_version = System . getProperty(" opensearch.version" , " 3.3 .0-SNAPSHOT" )
1010 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
1111 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
1212 version_tokens = opensearch_version. tokenize(' -' )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class OpenSearchDateType extends OpenSearchDataType {
3333
3434 /** Numeric formats which support full datetime. */
3535 public static final List <FormatNames > SUPPORTED_NAMED_NUMERIC_FORMATS =
36- List .of (FormatNames .EPOCH_MILLIS , FormatNames .EPOCH_SECOND );
36+ List .of (FormatNames .EPOCH_MILLIS , FormatNames .EPOCH_SECOND , FormatNames . EPOCH_MICROS );
3737
3838 /** List of named formats which support full datetime. */
3939 public static final List <FormatNames > SUPPORTED_NAMED_DATETIME_FORMATS =
You can’t perform that action at this time.
0 commit comments