-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Flint Query cannot read DATE data type #875
Comments
result is
|
on sql plugin it returns 500 "{\n "status": 500,\n "error": {\n "type": "SemanticCheckException",\n "reason": "There was internal problem at backend",\n "details": "timestamp:2010-02-11 in unsupported format, please use \u0027yyyy-MM-dd HH:mm:ss[.SSSSSSSSS]\u0027"\n }\n}" |
on workbench it is not handled - seems to be a bug |
|
What is the bug?
The generated TPCH table files have uploaded to S3. For example, create a parquet table with extended S3 location:
Query in Flint failed when access the DATE type field:
or
In QueryBench, it shows
Failed to query status
. But no problem to access other datatype fields such as| fields l_returnflag
.The failed query works well in Spark local as follow:
How to reproduce?
Below simple query failed in Query Workbench -> SQL
The text was updated successfully, but these errors were encountered: