Tamas Mate created IMPALA-12728: ----------------------------------- Summary: Test failure with 'Bad data encounted in numeric data' Key: IMPALA-12728 URL: https://issues.apache.org/jira/browse/IMPALA-12728 Project: IMPALA Issue Type: Bug Components: Catalog Affects Versions: Impala 4.4.0 Reporter: Tamas Mate Attachments: catalogd.impala-ec2-centos79-m6i-4xlarge-ondemand-1966.vpc.cloudera.com.jenkins.log.INFO.20240117-062443.475
During our internal JDK11 build {{custom_cluster.test_executor_groups.TestExecutorGroups.test_query_cpu_count_divisor_default}} failed with {{Bad data encounted in numeric data}}. *Error Message* {code:none} ImpalaBeeswaxException: ImpalaBeeswaxException: Query aborted:InternalException: Error adding partitions CAUSED BY: CatalogException: Unable to create a metastore event CAUSED BY: MetastoreNotificationException: java.lang.RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data CAUSED BY: RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data CAUSED BY: TProtocolException: Bad data encounted in numeric data {code} *Stacktrace* {code:none} custom_cluster/test_executor_groups.py:947: in test_query_cpu_count_divisor_default "Verdict: Match", "CpuAsk: 10"]) custom_cluster/test_executor_groups.py:880: in _run_query_and_verify_profile result = self.execute_query_expect_success(self.client, query) common/impala_test_suite.py:944: in wrapper return function(*args, **kwargs) common/impala_test_suite.py:952: in execute_query_expect_success result = cls.__execute_query(impalad_client, query, query_options, user) common/impala_test_suite.py:1069: in __execute_query return impalad_client.execute(query, user=user) common/impala_connection.py:218: in execute return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:191: in execute handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:369: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:InternalException: Error adding partitions E CAUSED BY: CatalogException: Unable to create a metastore event E CAUSED BY: MetastoreNotificationException: java.lang.RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data E CAUSED BY: RuntimeException: org.apache.thrift.protocol.TProtocolException: Bad data encounted in numeric data E CAUSED BY: TProtocolException: Bad data encounted in numeric data {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)