Skip to content

Conversation

@beliefer
Copy link
Contributor

@beliefer beliefer commented Feb 8, 2021

What changes were proposed in this pull request?

The current implement of some DDL not unify the output and not pass the output properly to physical command.
Such as: The output attributes of ShowFunctions does't pass to ShowFunctionsCommand properly.

As the query plan, this PR pass the output attributes from ShowFunctions to ShowFunctionsCommand.

Why are the changes needed?

This PR pass the output attributes could keep the expr ID unchanged, so that avoid bugs when we apply more operators above the command output dataframe.

Does this PR introduce any user-facing change?

'No'.

How was this patch tested?

Jenkins test.

@github-actions github-actions bot added the SQL label Feb 8, 2021
@SparkQA
Copy link

SparkQA commented Feb 8, 2021

Test build #135010 has finished for PR 31519 at commit a980eb4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@beliefer
Copy link
Contributor Author

beliefer commented Feb 9, 2021

cc @cloud-fan

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in edccf96 Feb 18, 2021
@beliefer
Copy link
Contributor Author

@cloud-fan Thanks for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants