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

Work around incompatibility between Databricks Delta loads and GpuRegExpExtract #5052

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Mar 25, 2022

Fixes #5038

Databricks Delta is injecting a regexp_extract(input_file_name(),... during loads and the replacement of RegExpExtract with GpuRegExpExtract causes issues in the Databricks code. This works around the issue by avoiding a replacement of RegExpExtract when on Databricks and the subject parameter is InputFileName, as this is likely the delta loading scenario that crashes when the RegExpExtract is replaced.

…ExpExtract

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the Mar 21 - Apr 1 milestone Mar 25, 2022
@jlowe jlowe self-assigned this Mar 25, 2022
@jlowe
Copy link
Member Author

jlowe commented Mar 25, 2022

build

@jlowe jlowe merged commit 7b6bf53 into NVIDIA:branch-22.04 Mar 25, 2022
@jlowe jlowe deleted the fix-db-delta-regexp branch March 25, 2022 17:51
@sameerz sameerz added the bug Something isn't working label Mar 26, 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
4 participants