danny0405 commented on code in PR #5937:
URL: https://github.com/apache/hudi/pull/5937#discussion_r906953330
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteMergeOnRead.java:
##########
@@ -59,6 +102,113 @@ public void
testIndexStateBootstrapWithCompactionScheduled() throws Exception {
validateIndexLoaded();
}
+ @ParameterizedTest
+ @ValueSource(booleans = {true, false})
+ public void testPrecombinFieldOnSnapshotQuery(boolean enableChangelog)
throws Exception {
+ String path = tempFile.getAbsolutePath();
+ EnvironmentSettings settings =
EnvironmentSettings.newInstance().inBatchMode().build();
+ TableEnvironment tableEnv = TableEnvironmentImpl.create(settings);
Review Comment:
Is there any possibility to reuse the TestHarness pipeline ?
--
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]