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

[SPARK-49078][SQL] Support show columns syntax in v2 table #47568

Closed
wants to merge 13 commits into from

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    b9aba39 View commit details
    Browse the repository at this point in the history
  2. add ut

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3fe6b28 View commit details
    Browse the repository at this point in the history
  3. fix

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0af113f View commit details
    Browse the repository at this point in the history
  4. fix conf

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9a91356 View commit details
    Browse the repository at this point in the history
  5. fix

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2bb4f07 View commit details
    Browse the repository at this point in the history
  6. fix string to seq

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    11b5b27 View commit details
    Browse the repository at this point in the history
  7. fix conflict

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a42f198 View commit details
    Browse the repository at this point in the history
  8. fix imports

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3b37bae View commit details
    Browse the repository at this point in the history
  9. fix

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    07598b2 View commit details
    Browse the repository at this point in the history
  10. fix comments

    xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cd4447f View commit details
    Browse the repository at this point in the history
  11. Update sql/core/src/main/scala/org/apache/spark/sql/execution/datasou…

    …rces/v2/ShowColumnsTableExec.scala
    yaooqinn authored and xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    306a1f6 View commit details
    Browse the repository at this point in the history
  12. Update sql/core/src/test/scala/org/apache/spark/sql/connector/DataSou…

    …rceV2SQLSuite.scala
    yaooqinn authored and xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    17f78fb View commit details
    Browse the repository at this point in the history
  13. Update sql/core/src/main/scala/org/apache/spark/sql/execution/datasou…

    …rces/v2/ShowColumnsTableExec.scala
    yaooqinn authored and xuyu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9ed9261 View commit details
    Browse the repository at this point in the history