-
Notifications
You must be signed in to change notification settings - Fork 238
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
[FEA] support spark.sql.legacy.timeParserPolicy
#50
Comments
Trace through where this config is used in Spark and if the plugin cannot match the same functionality, fall back to the CPU. |
- CUDF 0.9.1 - XGBoost4J 1.0.0-Beta2
The default value for
I propose that we follow the same behavior but fall back to CPU for |
Signed-off-by: spark-rapids automation <[email protected]>
This answer seems satisfying to my problem but can anyone suggest an example timestamp / data for which it may be throwing error , my date is 2024-12-10 13:22:22 but still it throws exception |
@nsinghal20 can you give a concrete example of where you are getting the error/exception? If you want to file it as a separate issue, or even a question that might help with visibility. I did a quick test and it is working as expected for me, but my test is far from exhaustive.
Now granted I am running on Spark 3.4.2 and a SNAPSHOT version of the plugin. There are subtle differences for different versions of Spark. |
Is your feature request related to a problem? Please describe.
When parsing dates and times it would be good if we could also follow the
spark.sql.legacy.timeParserPolicy
config.The text was updated successfully, but these errors were encountered: