This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 989badc3952e fix(common): normalize hudi table base path in
implicit-key lock providers (#18814)
add e8ca8df14c46 fix(spark): return partition values in Catalyst's
internal representation (#19652)
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/hudi/HoodieSparkUtils.scala | 59 +++++------
.../hudi/TestHoodieSparkUtilsPartitionValues.scala | 112 +++++++++++++++++++++
.../sql/hudi/common/TestTypedPartitionValues.scala | 71 +++++++++++++
3 files changed, 209 insertions(+), 33 deletions(-)
create mode 100644
hudi-client/hudi-spark-client/src/test/scala/org/apache/hudi/TestHoodieSparkUtilsPartitionValues.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/common/TestTypedPartitionValues.scala