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

[BUG] GPU Hive delimited text reader does not support escape characters #7087

Open
mythrocks opened this issue Nov 16, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mythrocks
Copy link
Collaborator

mythrocks commented Nov 16, 2022

GPU Hive delimited text reader does not currently support escape characters.

The default Hive delimited text escape character is '\'. This would allow special characters to be escaped, so as not to be interpreted during parsing.
E.g. "\\N" would be interpreted as "\N" instead of null.

This stems from the implementation of GpuHiveTableScanExec depending on CUDF's CSV Reader, which does not support escape characters (AFAICT).

Depends on rapidsai/cudf#11984.

@mythrocks mythrocks added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 16, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants