File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727from pypaimon import Schema
2828from pypaimon .py4j import Catalog
2929from pypaimon .py4j .tests import utils
30- from pypaimon .py4j .util import java_utils , java_setuputils
30+ from pypaimon .py4j .util import java_utils
31+ from setup_utils import java_setuputils
3132
3233
3334class DataTypesTest (unittest .TestCase ):
Original file line number Diff line number Diff line change 2727from pypaimon import Schema
2828from pypaimon .py4j import Catalog
2929from pypaimon .py4j .tests import utils
30- from pypaimon . py4j . util import java_setuputils
30+ from setup_utils import java_setuputils
3131
3232
3333def _check_filtered_result (read_builder , expected_df ):
Original file line number Diff line number Diff line change 2828from pypaimon .py4j import Catalog
2929from pypaimon .py4j .java_gateway import get_gateway
3030from pypaimon .py4j .tests import utils
31- from pypaimon .py4j .util import java_utils , java_setuputils
31+ from pypaimon .py4j .util import java_utils
32+ from setup_utils import java_setuputils
3233
3334
3435class TableWriteReadTest (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments