fsk119 commented on code in PR #27154:
URL: https://github.com/apache/flink/pull/27154#discussion_r2479918468
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/utils/VectorSearchITCaseBase.java:
##########
@@ -34,8 +36,17 @@
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThatList;
-/** ITCase to verify {@code VECTOR_SEARCH} function. */
-public class VectorSearchITCase extends StreamingTestBase {
+/** Base ITCase to verify {@code VECTOR_SEARCH} function. */
+public abstract class VectorSearchITCaseBase {
Review Comment:
Batch job prefers to infer the parallism by the data volume and available
resources. I think we don't need to modify this.
--
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]