danny0405 commented on code in PR #18812: URL: https://github.com/apache/hudi/pull/18812#discussion_r3361363200
########## .github/workflows/bot.yml: ########## @@ -24,7 +24,8 @@ env: SCALA_TEST_DML_FILTER: -DwildcardSuites=org.apache.spark.sql.hudi.dml SCALA_TEST_OTHERS_FILTER: -DwildcardSuites=org.apache.hudi,org.apache.spark.hudi,org.apache.spark.sql.avro,org.apache.spark.sql.execution,org.apache.spark.sql.hudi.analysis,org.apache.spark.sql.hudi.blob,org.apache.spark.sql.hudi.catalog,org.apache.spark.sql.hudi.command,org.apache.spark.sql.hudi.common,org.apache.spark.sql.hudi.ddl,org.apache.spark.sql.hudi.procedure,org.apache.spark.sql.hudi.feature FLINK_IT_FILTER1: -Dit.test=ITTestHoodieDataSource - FLINK_IT_FILTER2: -Dit.test=!ITTestHoodieDataSource + FLINK_IT_FILTER2: -Dit.test=!ITTestHoodieDataSource,!ITTestVariantCrossEngineCompatibility,!ITTestVariantFlinkTableServices + FLINK_VARIANT_IT_FILTER: -Dit.test=ITTestVariantCrossEngineCompatibility,ITTestVariantFlinkTableServices -Dfailsafe.failIfNoSpecifiedTests=false Review Comment: so the parquet 1.15.2 does not really work e2e for variant type? should we just update the `flink.format.parquet.version` to 1.16.x in the root pom for flink2.1 profile to simplify these CI changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
