This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b0e3d36 Merge pull request #13615 from [BEAM-11524] Remove usages of
WriteStringsToPubSub in examples
add 75e167e [BEAM-11460] Implement reading unknown schema files for
ParquetIO
add 0686879 Update ParquertIO capability in CHANGES.md
add de6d268 improve backward compatibility by creating separate
`Parse<T>` and `ParseFiles<T>` implementation for supporting files with unknown
schema.
add 431831b Fix review comments by @iemejia
add 6faeda3 Make GenericRecordPassthroughFn singleton
add afe11c6 fix spotless Apply
add 38eeec9 Merge pull request 2.27.0 from apache/master
add e4c3c94 Move ParquetIO Changes to 2.28.0
add 0d344ba Make passthroughfunction singleton by making the class with
private constructor.
add 8149158 Merge pull request #13616: [BEAM-11460] Support reading
Parquet files with unknown schema
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../org/apache/beam/sdk/io/parquet/ParquetIO.java | 238 ++++++++++++++++++++-
.../apache/beam/sdk/io/parquet/ParquetIOTest.java | 102 ++++++++-
3 files changed, 330 insertions(+), 11 deletions(-)