This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 9d15be48fa58d9c06f45385ed2320ede6ccc4032 Author: voonhous <[email protected]> AuthorDate: Tue May 19 02:53:28 2026 +0800 fix(lance): Support Lance file format on Spark 4.1 (#18760) --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5c6682fc378c..87d5c27351db 100644 --- a/pom.xml +++ b/pom.xml @@ -2834,9 +2834,8 @@ <hadoop.version>3.4.2</hadoop.version> <kafka.version>3.9.1</kafka.version> <hive.storage.version>2.8.1</hive.storage.version> - <!-- TODO: Enable lance tests on Spark 4.1 (https://github.com/apache/hudi/issues/18607) --> - <lance.spark.artifact>lance-spark-4.0_2.13</lance.spark.artifact> - <lance.skip.tests>true</lance.skip.tests> + <lance.spark.artifact>lance-spark-4.1_2.13</lance.spark.artifact> + <lance.skip.tests>false</lance.skip.tests> <!-- NOTE: Some Hudi modules require standalone Parquet/Orc/etc file-format dependency (hudi-hive-sync, hudi-hadoop-mr, for ex). Since these Hudi modules might be used from w/in the execution engine(s) bringing these file-formats as dependencies as well, we need to make sure that versions are
