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

[BEAM-11460] Support reading Parquet files with unknown schema #13554

Closed
wants to merge 6 commits into from
Closed

[BEAM-11460] Support reading Parquet files with unknown schema #13554

wants to merge 6 commits into from

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    75e167e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0686879 View commit details
    Browse the repository at this point in the history
  3. improve backward compatibility by creating separate Parse<T> and `P…

    …arseFiles<T>` implementation for supporting files with unknown schema.
    anantdamle committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    de6d268 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Fix review comments by @iemejia

    1. Fix Javadoc example by using consistent words
    1. Other indentation and space fixes
    anantdamle authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    431831b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6faeda3 View commit details
    Browse the repository at this point in the history
  3. fix spotless Apply

    anantdamle committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    afe11c6 View commit details
    Browse the repository at this point in the history