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-43333][SQL] Allow Avro to convert union type to SQL with field name stable with type #41263

Closed
wants to merge 13 commits into from

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    c4137f9 View commit details
    Browse the repository at this point in the history
  2. formatting

    siying committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c22dc11 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Address comments

    siying committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fa0a86c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Address comments.

    siying committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c4c87a3 View commit details
    Browse the repository at this point in the history
  2. Fix an unintended change

    siying committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5ec1ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09123bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f9ae46 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    ff507fd View commit details
    Browse the repository at this point in the history
  2. fix a typo

    siying committed May 25, 2023
    Configuration menu
    Copy the full SHA
    75f3f6a View commit details
    Browse the repository at this point in the history
  3. Change SchemaConverters.toSql() to use option as a map rather than Av…

    …roOptions, as SchemaConverters is public and AvroOptions is a private class.
    siying committed May 25, 2023
    Configuration menu
    Copy the full SHA
    da017a9 View commit details
    Browse the repository at this point in the history
  4. Address comments

    siying committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4232d36 View commit details
    Browse the repository at this point in the history
  5. Formatting

    siying committed May 25, 2023
    Configuration menu
    Copy the full SHA
    030054c View commit details
    Browse the repository at this point in the history
  6. Another format

    siying committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d3c10b0 View commit details
    Browse the repository at this point in the history