This is an automated email from the ASF dual-hosted git repository.
leesf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 77b0440 [HUDI-2634] Improved the metadata table bootstrap for very
large tables. (#3873)
add 90529aa [HUDI-2495] Resolve inconsistent key generation for timestamp
types by GenericRecord and Row (#3944)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hudi/avro/HoodieAvroUtils.java | 3 +
.../spark/sql/hudi/command/SqlKeyGenerator.scala | 3 +-
.../hudi/TestGenericRecordAndRowConsistency.scala | 116 +++++++++++++++++++++
3 files changed, 121 insertions(+), 1 deletion(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestGenericRecordAndRowConsistency.scala