dybyte commented on code in PR #10222:
URL: https://github.com/apache/seatunnel/pull/10222#discussion_r2638554076
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/java/org/apache/seatunnel/e2e/connector/maxcompute/MaxComputeIT.java:
##########
@@ -216,6 +227,34 @@ public void testMaxCompute(TestContainer container)
}
@TestTemplate
+ @Disabled(
+ "maxcompute-emulator does not support upload session for now.
MaxcomputeWriter uses upload session to insert data.")
Review Comment:
Given that UploadSession is not supported by the emulator and the core
behavior depends on the Maxcompute SDK, mock-based unit tests would have very
limited value 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]