yihua commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2353882726
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/utils/TestAvroSchemaConverter.java:
##########
@@ -34,6 +35,7 @@
* Test cases for {@link org.apache.hudi.util.AvroSchemaConverter}.
*/
public class TestAvroSchemaConverter {
+ @Disabled
Review Comment:
Is this test not going to work?
##########
hudi-common/src/test/java/org/apache/hudi/common/util/TestBaseFileUtils.java:
##########
@@ -79,14 +83,15 @@ public void testGetColumnRangeInPartitionWithNullMinMax() {
@Test
public void
testGetColumnRangeInPartitionWithDifferentColumnNameThrowsException() {
+ HoodieIndexVersion indexVersion = HoodieIndexVersion.V1;
Review Comment:
Could we add tests for `HoodieIndexVersion.V2`?
--
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]