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

Support str_to_map [databricks] #4636

Merged
merged 77 commits into from
Feb 23, 2022
Merged

Conversation

Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
…rom split strings

Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@ttnghia ttnghia added feature request New feature or request SQL part of the SQL/Dataframe plugin cudf_dependency An issue or PR with this label depends on a new feature in cudf labels Jan 26, 2022
@ttnghia ttnghia self-assigned this Jan 26, 2022
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@sameerz sameerz linked an issue Jan 31, 2022 that may be closed by this pull request
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@ttnghia ttnghia marked this pull request as ready for review February 15, 2022 17:55
@ttnghia ttnghia requested a review from revans2 February 15, 2022 17:55
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>

# Conflicts:
#	integration_tests/src/main/python/map_test.py
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@ttnghia
Copy link
Collaborator Author

ttnghia commented Feb 18, 2022

build

@ttnghia
Copy link
Collaborator Author

ttnghia commented Feb 18, 2022

@revans2 @andygrove Should we test build this with [databricks]?

@revans2
Copy link
Collaborator

revans2 commented Feb 18, 2022

@revans2 @andygrove Should we test build this with [databricks]?

I think databricks would be good just so we can be sure that it compiles. It looks like you are getting a compile error because GpuStringToMap is not inheriting from the shimmed class that lets us support newer versions of Spark ShimExpression.

Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@ttnghia ttnghia changed the title Support str_to_map Support str_to_map [databricks] Feb 18, 2022
@ttnghia
Copy link
Collaborator Author

ttnghia commented Feb 18, 2022

build

revans2
revans2 previously approved these changes Feb 18, 2022
integration_tests/src/main/python/map_test.py Show resolved Hide resolved
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
@ttnghia
Copy link
Collaborator Author

ttnghia commented Feb 18, 2022

build

@ttnghia ttnghia requested a review from revans2 February 22, 2022 20:29
revans2
revans2 previously approved these changes Feb 23, 2022
Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>

# Conflicts:
#	integration_tests/src/main/python/map_test.py
@ttnghia
Copy link
Collaborator Author

ttnghia commented Feb 23, 2022

build

@ttnghia ttnghia merged commit 7a87978 into NVIDIA:branch-22.04 Feb 23, 2022
@ttnghia ttnghia deleted the str_to_map branch February 23, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support regular expression delimiters for str_to_map [FEA] Support str_to_map function
3 participants