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
spark.sql.legacy.timeParserPolicy
CH (ClickHouse)
sql query
select to_date('2025-07-22 10:00:00', 'yyyy-MM-dd')
in valina spark, when set spark.sql.legacy.timeParserPolicy value as legacy, it returns '2025-07-22'; when set value corrected it returns value NULL
legacy
corrected
in gluten,it always returns '2025-07-22'
Spark-3.3.x
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Backend
CH (ClickHouse)
Bug description
sql query
in valina spark, when set
spark.sql.legacy.timeParserPolicy
value aslegacy
, it returns '2025-07-22'; when set valuecorrected
it returns value NULLin gluten,it always returns '2025-07-22'
Spark version
Spark-3.3.x
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: