toudsf

Results 1 issues of toudsf

SELECT create_tiime,count(create_tiime) cnt12 from test_a/b where create_tiime'1650070800000' group by date_histogram(field='create_tiime','time_zone'='+08:00','interval'='1d','format'='yyyy-MM-dd','alias'='create_tiime') 1、date_format(create_tiime, 'yyyy-MM-dd hh:mm:ss')>'2022-04-17 9:00:00' 报错org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper: class_cast_exception: Cannot apply [>] operation to types [java.lang.String] and [java.lang.String]. 2、create_tiime返回的值为空 3、不支持offset吗 @shi-yuan