Search before asking
Version
master
What's Wrong?

When using a select * limit 10 sql to query es table, I got these issue.
What You Expected?
Get right result
How to Reproduce?
I create a es table with the new version of DataTimeV2 and DecimalV3, and these may cuase these problem since BE had not impl these two type.
Anything Else?
These configuration should be set in properties in create table sql:
"max_docvalue_fields"="120"
Are you willing to submit PR?
Code of Conduct