We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VL (Velox)
spark result:
spark-sql (default)> set spark.sql.legacy.timeParserPolicy=legacy; spark.sql.legacy.timeParserPolicy legacy spark-sql (default)> select to_timestamp('2025-02-25T03:07:22.2', "yyyy-MM-dd'T'HH:mm:ss.SSS"); 2025-02-25 03:07:22.002
gluten result:
spark-sql (default)> set spark.sql.legacy.timeParserPolicy=legacy; spark.sql.legacy.timeParserPolicy legacy spark-sql (default)> select to_timestamp('2025-02-25T03:07:22.2', "yyyy-MM-dd'T'HH:mm:ss.SSS"); 2025-02-25 03:07:22.2
None
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Backend
VL (Velox)
Bug description
spark result:
gluten result:
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
The text was updated successfully, but these errors were encountered: