Yongbing Wang
Yongbing Wang
+1 另外,能否加边界值参数和越界值控制参数,比如int类型的。
@RowenWoo { "_index" : "es_enable_docvalue_scan_is_true", "_type" : "_doc", "_id" : "PiyMJn8BcuY8i5S_q_Is", "_score" : 1.0, "_source" : { "id_date" : null } }, { "_index" : "es_enable_docvalue_scan_is_true", "_type" : "_doc", "_id"...
@RowenWoo I recurred it just now, Both the latest main 48c9cdf and the latest branch-2.3 04bc550 can recur this issue. ``` mysql> CREATE EXTERNAL TABLE test_null ( -> `id_date` datetime...
``` curl -X GET "xxx:9200/es_enable_docvalue_scan_is_true/_mapping?pretty" { "es_enable_docvalue_scan_is_true" : { "mappings" : { "properties" : { "id_date" : { "type" : "long", "fields" : { "keyword" : { "type" : "date"...
@wangsimo0