Skip to content

Commit 54456d0

Browse files
clean code
1 parent 11d1b3f commit 54456d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

paimon-python/dev/run_mixed_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ run_pk_dv_test() {
195195
return 1
196196
fi
197197
}
198-
199198
# Main execution
200199
main() {
201200
local java_write_result=0
@@ -283,7 +282,7 @@ main() {
283282
# Clean up warehouse directory after all tests
284283
cleanup_warehouse
285284

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
285+
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
287286
echo -e "${GREEN}🎉 All tests passed! Java-Python interoperability verified.${NC}"
288287
return 0
289288
else

0 commit comments

Comments
 (0)