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

Sync tools with plugin newly supported operators #1066

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

cindyyuanjiang
Copy link
Collaborator

@cindyyuanjiang cindyyuanjiang commented Jun 5, 2024

Fixes #1045

Changes
Plugin added a new expression BoundReference. This PR adds its support in tools.

Notes

  • This PR updates support for an expression, so we don't need to add new parser.
  • This PR does not add unit tests because BoundReference is not a sql function. After several iterations, I couldn't reproduce this expression in an eventlog.

Signed-off-by: cindyyuanjiang <[email protected]>
@cindyyuanjiang cindyyuanjiang self-assigned this Jun 5, 2024
@cindyyuanjiang cindyyuanjiang added feature request New feature or request core_tools Scope the core module (scala) labels Jun 5, 2024
Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @cindyyuanjiang !
Can you add some details to the PR description to explain why there is no need to change in the scala code (unit tests/SQLPlanParser).
This makes it easy for anyone to get the context of the changes and to know where to start if we need to followup on the opertator's support.

@cindyyuanjiang
Copy link
Collaborator Author

Thanks @amahussein! I added more details in PR description.

Copy link
Collaborator

@nartal1 nartal1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @cindyyuanjiang !

@amahussein amahussein merged commit 3a5b785 into NVIDIA:dev Jun 7, 2024
16 checks passed
@cindyyuanjiang cindyyuanjiang deleted the spark-rapids-tools-1045 branch June 7, 2024 21:43
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 this pull request may close these issues.

[FEA] Sync plugin newly supported expression
3 participants