Au-Miner commented on code in PR #26632:
URL: https://github.com/apache/flink/pull/26632#discussion_r2135661536
##########
flink-python/pyflink/table/tests/test_catalog_completeness.py:
##########
@@ -16,10 +16,10 @@
# limitations under the License.
################################################################################
-from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase,
PyFlinkTestCase
from pyflink.table.catalog import Catalog, CatalogDatabase, CatalogBaseTable,
CatalogPartition, \
ObjectIdentifier, CatalogFunction, CatalogColumnStatistics,
CatalogPartitionSpec, \
ObjectPath, Column, WatermarkSpec, Constraint, UniqueConstraint,
ResolvedSchema
+from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase,
PyFlinkTestCase
Review Comment:
Have changed it back.
--
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]