This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 8a4bed03fa7 [HUDI-7849] Reduce time spent on running
testFiltersInFileFormat (#11423)
8a4bed03fa7 is described below
commit 8a4bed03fa7c64c4ede559113e9ff06085b983a7
Author: Vova Kolmakov <[email protected]>
AuthorDate: Sat Jun 22 12:07:19 2024 +0700
[HUDI-7849] Reduce time spent on running testFiltersInFileFormat (#11423)
Co-authored-by: Vova Kolmakov <[email protected]>
---
.../java/org/apache/hudi/functional/TestFiltersInFileGroupReader.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestFiltersInFileGroupReader.java
b/hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestFiltersInFileGroupReader.java
index b8ca6373237..eaf6312f800 100644
---
a/hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestFiltersInFileGroupReader.java
+++
b/hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestFiltersInFileGroupReader.java
@@ -47,8 +47,8 @@ public class TestFiltersInFileGroupReader extends
TestBootstrapReadBase {
this.dashPartitions = true;
this.tableType = HoodieTableType.MERGE_ON_READ;
this.nPartitions = 2;
- this.nInserts = 100000;
- this.nUpdates = 20000;
+ this.nInserts = 100;
+ this.nUpdates = 20;
sparkSession.conf().set(SQLConf.PARQUET_RECORD_FILTER_ENABLED().key(),
"true");
setupDirs();