Skip to content
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] Test issue #3 #3

Open
mattahrens opened this issue Sep 29, 2022 · 0 comments
Open

[FEA] Test issue #3 #3

mattahrens opened this issue Sep 29, 2022 · 0 comments

Comments

@mattahrens
Copy link
Owner

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.

mattahrens pushed a commit that referenced this issue Jan 5, 2023
* Hive Text parsing of invalid date strings should not cause exceptions.

Fixes NVIDIA#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]>
mattahrens pushed a commit that referenced this issue Aug 9, 2023
Use spark-submit to run queries

Closes NVIDIA#9 and #3

See merge request nvspark/nds!10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant