XiaoHongbo-Hope commented on code in PR #6982:
URL: https://github.com/apache/paimon/pull/6982#discussion_r2674768305
##########
paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java:
##########
@@ -356,6 +357,7 @@ public void
testPKDeletionVectorWriteMultiBatchRawConvertable() throws Exception
@Test
@EnabledIfSystemProperty(named = "run.e2e.tests", matches = "true")
+ @DisabledIfSystemProperty(named = "python.version", matches = "3.6")
Review Comment:
> Why disable for 3.6?
has bug in py36, will fix in another seperate PR.
##########
paimon-core/src/test/java/org/apache/paimon/JavaPyE2ETest.java:
##########
@@ -356,6 +357,7 @@ public void
testPKDeletionVectorWriteMultiBatchRawConvertable() throws Exception
@Test
@EnabledIfSystemProperty(named = "run.e2e.tests", matches = "true")
+ @DisabledIfSystemProperty(named = "python.version", matches = "3.6")
Review Comment:
> Why disable for 3.6?
has bug in py36, will fix in another seperate PR.
--
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]