xushiyan commented on code in PR #8445:
URL: https://github.com/apache/hudi/pull/8445#discussion_r1203804695
##########
hudi-integ-test/pom.xml:
##########
@@ -100,6 +98,21 @@
<scope>test</scope>
</dependency>
+ <!-- Parquet -->
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-avro</artifactId>
+ <version>${parquet.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-hadoop</artifactId>
+ <version>${parquet.version}</version>
+ <scope>test</scope>
+ </dependency>
Review Comment:
this actually affects Flink's IT. consider this is only test deps, did not
dig further
```
2023-05-24T08:46:49.7944885Z [ERROR] Tests run: 128, Failures: 0, Errors: 4,
Skipped: 0, Time elapsed: 1,026.49 s <<< FAILURE! - in
org.apache.hudi.table.ITTestHoodieDataSource
2023-05-24T08:46:49.7945946Z [ERROR] testUpdateDelete{String,
HoodieTableType}[1] Time elapsed: 2.196 s <<< ERROR!
2023-05-24T08:46:49.7947263Z org.apache.flink.table.api.TableException:
Unsupported query: update t1 set age=18 where uuid in('id1', 'id2')
2023-05-24T08:46:49.7947914Z at
org.apache.hudi.table.ITTestHoodieDataSource.execInsertSql(ITTestHoodieDataSource.java:2095)
2023-05-24T08:46:49.7948557Z at
org.apache.hudi.table.ITTestHoodieDataSource.testUpdateDelete(ITTestHoodieDataSource.java:1971)
```
--
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]