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] Qualification should treat flatten function as supported #586

Closed
Tracked by #507
cindyyuanjiang opened this issue Sep 25, 2023 · 0 comments · Fixed by #587
Closed
Tracked by #507

[FEA] Qualification should treat flatten function as supported #586

cindyyuanjiang opened this issue Sep 25, 2023 · 0 comments · Fixed by #587
Assignees
Labels
core_tools Scope the core module (scala) feature request New feature or request

Comments

@cindyyuanjiang
Copy link
Collaborator

cindyyuanjiang commented Sep 25, 2023

The flatten function is implemented in the rapids-plugin side. We need to update this in the tools repo.

Generate a CPU eventlog by running below query in spark-sql:

> SELECT flatten(array(array(1, 2), array(3, 4)));
 [1,2,3,4]
@cindyyuanjiang cindyyuanjiang changed the title Qualification should treat flatten as supported [FEA] Qualification should treat flatten function as supported Sep 25, 2023
@cindyyuanjiang cindyyuanjiang self-assigned this Sep 25, 2023
@cindyyuanjiang cindyyuanjiang added feature request New feature or request core_tools Scope the core module (scala) labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala) feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant