Sergey Nuyanzin created FLINK-32036:
---------------------------------------
Summary: TableEnvironmentTest.test_explain is unstable on azure ci
Key: FLINK-32036
URL: https://issues.apache.org/jira/browse/FLINK-32036
Project: Flink
Issue Type: Bug
Components: API / Python
Affects Versions: 1.17.1
Reporter: Sergey Nuyanzin
it's failed on ci (1.17 branch so far)
{noformat}
May 07 01:51:35 =================================== FAILURES
===================================
May 07 01:51:35 ______________________ TableEnvironmentTest.test_explain
_______________________
May 07 01:51:35
May 07 01:51:35 self =
<pyflink.table.tests.test_table_environment_api.TableEnvironmentTest
testMethod=test_explain>
May 07 01:51:35
May 07 01:51:35 def test_explain(self):
May 07 01:51:35 schema = RowType() \
May 07 01:51:35 .add('a', DataTypes.INT()) \
May 07 01:51:35 .add('b', DataTypes.STRING()) \
May 07 01:51:35 .add('c', DataTypes.STRING())
May 07 01:51:35 t_env = self.t_env
May 07 01:51:35 t = t_env.from_elements([], schema)
May 07 01:51:35 result = t.select(t.a + 1, t.b, t.c)
May 07 01:51:35
May 07 01:51:35 > actual = result.explain()
May 07 01:51:35
May 07 01:51:35 pyflink/table/tests/test_table_environment_api.py:66
{noformat}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=48766&view=logs&j=bf5e383b-9fd3-5f02-ca1c-8f788e2e76d3&t=85189c57-d8a0-5c9c-b61d-fc05cfac62cf&l=25029
--
This message was sent by Atlassian Jira
(v8.20.10#820010)