You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2022/11/02 04:14:00 UTC

[jira] [Comment Edited] (FLINK-29831) Multiple Hive tests are failing

    [ https://issues.apache.org/jira/browse/FLINK-29831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627456#comment-17627456 ] 

luoyuxia edited comment on FLINK-29831 at 11/2/22 4:13 AM:
-----------------------------------------------------------

The HiveTableSourceStatisticsReportTest / testNumberOfBuiltinFunctions failure  is caused by upgrading Hive to 3.1.3 in [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42680&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=d04c9862-880c-52f5-574b-a7a79fef8e0f&l=24818].

To fix it, we need to do adjustment in test code.

But for the  HiveCatalogDataTypeTest failure in [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42682&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=d04c9862-880c-52f5-574b-a7a79fef8e0f&l=26311], it really confused me.I couldn't reproduce it in my local env and our test ci with a [pr|[https://github.com/apache/flink/pull/21213]] to trigger it . But I will still try to debug to see why it happens.


was (Author: luoyuxia):
The HiveTableSourceStatisticsReportTest / testNumberOfBuiltinFunctions failure  is caused by upgrading Hive to 3.1.3 in [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42680&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=d04c9862-880c-52f5-574b-a7a79fef8e0f&l=24818].

To fix it, we need to do adjustment in test code.

But for the failure HiveCatalogDataTypeTest in fgg, it really confused me.I couldn't reproduce it in my local env and our test ci with a [pr|[https://github.com/apache/flink/pull/21213]] to trigger it . But I will try to debug to see why it happens.

> Multiple Hive tests are failing
> -------------------------------
>
>                 Key: FLINK-29831
>                 URL: https://issues.apache.org/jira/browse/FLINK-29831
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>    Affects Versions: 1.16.0, 1.17.0
>            Reporter: Martijn Visser
>            Priority: Critical
>              Labels: test-stability
>
> {code:java}
> Nov 01 01:56:03 [ERROR] org.apache.flink.table.module.hive.HiveModuleTest.testNumberOfBuiltinFunctions  Time elapsed: 0.042 s  <<< FAILURE!
> Nov 01 01:57:17 [ERROR] org.apache.flink.connectors.hive.HiveTableSourceStatisticsReportTest.testFlinkOrcFormatHiveTableSourceStatisticsReport  Time elapsed: 12.846 s  <<< FAILURE!
> Nov 01 01:57:17 [ERROR] org.apache.flink.connectors.hive.HiveTableSourceStatisticsReportTest.testMapRedOrcFormatHiveTableSourceStatisticsReport  Time elapsed: 10.355 s  <<< FAILURE!
> Nov 01 01:57:17 [ERROR]   HiveTableSourceStatisticsReportTest.testFlinkOrcFormatHiveTableSourceStatisticsReport:124->assertHiveTableOrcFormatTableStatsEquals:368 
> Nov 01 01:57:17 [ERROR]   HiveTableSourceStatisticsReportTest.testMapRedOrcFormatHiveTableSourceStatisticsReport:164->assertHiveTableOrcFormatTableStatsEquals:368 
> Nov 01 01:57:17 [ERROR]   HiveModuleTest.testNumberOfBuiltinFunctions:53->verifyNumBuiltInFunctions:75 
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42680&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=d04c9862-880c-52f5-574b-a7a79fef8e0f&l=24818



--
This message was sent by Atlassian Jira
(v8.20.10#820010)