dybyte commented on code in PR #10634:
URL: https://github.com/apache/seatunnel/pull/10634#discussion_r2975866795
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-databend-e2e/src/test/java/org/apache/seatunnel/e2e/connector/databend/DatabendIT.java:
##########
@@ -60,6 +62,11 @@
import java.util.Properties;
import java.util.stream.Stream;
+@DisabledOnContainer(
+ value = {},
+ type = {EngineType.SPARK, EngineType.FLINK},
+ disabledReason =
+ "Databend connector does not require Flink or Spark engine for
E2E validation")
Review Comment:
Could you clarify why Spark/Flink are being disabled here?
--
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]