We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8724348 commit 074a935Copy full SHA for 074a935
flink-python/pyflink/table/tests/test_environment_completeness.py
@@ -16,8 +16,9 @@
16
# limitations under the License.
17
################################################################################
18
19
-from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase, PyFlinkTestCase
20
from pyflink.table import TableEnvironment
+from pyflink.testing.test_case_utils import PythonAPICompletenessTestCase, \
21
+ PyFlinkTestCase
22
23
24
class EnvironmentAPICompletenessTests(PythonAPICompletenessTestCase, PyFlinkTestCase):
@@ -40,6 +41,7 @@ def excluded_methods(cls):
40
41
'getCompletionHints',
42
'fromValues',
43
'fromCall',
44
+ 'fromModelPath',
45
# See FLINK-25986
46
'loadPlan',
47
'compilePlanSql',
0 commit comments