This is an automated email from the ASF dual-hosted git repository.

timbrown pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 63275b32fdea perf: Avoid re-fetching file status from FS for HFile 
readers (#17709)
     add 013a1658f4fb feat(schema): Remove usage of migrated AvroSchemaUtils 
and HoodieAvroUtils methods (part 1) (#18007)

No new revisions were added by this update.

Summary of changes:
 .../hudi/client/utils/SparkValidatorUtils.java     |  11 +-
 .../SparkFileFormatInternalRecordContext.scala     |   2 -
 .../java/org/apache/hudi/avro/AvroSchemaUtils.java | 213 -----------
 .../java/org/apache/hudi/avro/HoodieAvroUtils.java | 275 +--------------
 .../hudi/common/schema/HoodieSchemaUtils.java      | 210 ++++++++---
 .../org/apache/hudi/avro/AvroSchemaTestUtils.java  |  71 ----
 .../org/apache/hudi/avro/TestAvroSchemaUtils.java  | 390 ---------------------
 .../org/apache/hudi/avro/TestHoodieAvroUtils.java  | 238 +------------
 .../hudi/common/schema/TestHoodieSchemaUtils.java  | 117 +++----
 .../common/testutils/HoodieTestDataGenerator.java  |   3 +-
 .../reader/TestDFSHoodieDatasetInputReader.java    |   6 +-
 .../org/apache/hudi/HoodieCreateRecordUtils.scala  |   2 +-
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |   5 +-
 .../hudi/command/payload/ExpressionPayload.scala   |   5 +-
 14 files changed, 238 insertions(+), 1310 deletions(-)
 delete mode 100644 
hudi-common/src/test/java/org/apache/hudi/avro/AvroSchemaTestUtils.java

Reply via email to