[
https://issues.apache.org/jira/browse/FLINK-32036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-32036:
-----------------------------------
Labels: stale-critical test-stability (was: test-stability)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Critical but is unassigned and neither itself nor its Sub-Tasks have been
updated for 14 days. I have gone ahead and marked it "stale-critical". If this
ticket is critical, please either assign yourself or give an update.
Afterwards, please remove the label or in 7 days the issue will be
deprioritized.
> 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
> Priority: Critical
> Labels: stale-critical, test-stability
>
> 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)