You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I wish the RAPIDS Accelerator for Apache Spark would [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered:
* Hive Text parsing of invalid date strings should not cause exceptions.
FixesNVIDIA#7089. There were two problems:
1. Strings between field delimiters should not be trimmed before casting to dates.
2. Invalid date strings should not be causing exceptions. They should return null
values, as is the convention in Hive's `LazySimpleSerDe`.
Signed-off-by: MithunR <[email protected]>
* Fixed verify errors.
* Fixed merge duplication.
* Review fixes:
1. Fixed indentation.
2. Hardcode for supported date format.
3. Added tests for timestamp strings read as dates.
4. Fixed behaviour for #3 above.
Signed-off-by: MithunR <[email protected]>
Co-authored-by: Robert (Bobby) Evans <[email protected]>
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I wish the RAPIDS Accelerator for Apache Spark would [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: