There was an error while loading. Please reload this page.
1 parent 11d1b3f commit 54456d0Copy full SHA for 54456d0
1 file changed
paimon-python/dev/run_mixed_tests.sh
@@ -195,7 +195,6 @@ run_pk_dv_test() {
195
return 1
196
fi
197
}
198
-
199
# Main execution
200
main() {
201
local java_write_result=0
@@ -283,7 +282,7 @@ main() {
283
282
# Clean up warehouse directory after all tests
284
cleanup_warehouse
285
286
- if [[ $java_write_result -eq 0 && $python_read_result -eq 0 && $python_write_result -eq 0 && $java_read_result -eq 0 && $pk_dv_result -eq 0 ]]; then
+ if [[ $java_write_result -eq 0 && $python_read_result -eq 0 && $python_write_result -eq 0 && $java_read_result -eq 0 && $pk_dv_result -eq 0 ]]; then
287
echo -e "${GREEN}🎉 All tests passed! Java-Python interoperability verified.${NC}"
288
return 0
289
else
0 commit comments