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 cd451a4eaa1a Handle all kinds of exceptions when fetching table path
on reads. Summary: On cloud, we are seeing StatusRuntimeException instead of
IOException for permissions issue. This change will handle all kinds of
exceptions. (#17860)
add c4eb63714067 feat(lance): Upgrade Lance version for new writer
functionality (#17900)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/io/storage/HoodieSparkLanceReader.java | 11 ++++++-----
.../org/apache/hudi/io/storage/LanceRecordIterator.java | 9 +++++----
hudi-hadoop-common/pom.xml | 2 +-
.../org/apache/hudi/io/lance/HoodieBaseLanceWriter.java | 12 +++++++-----
.../datasources/lance/SparkLanceReaderBase.scala | 4 ++--
.../hudi/io/storage/TestHoodieSparkLanceWriter.java | 15 ++++++++-------
pom.xml | 10 ++++++++--
7 files changed, 37 insertions(+), 26 deletions(-)