Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-8
Description
This broke my build this morning:
[ERROR] /home/tarmstrong/Impala/incubator-impala/fe/src/main/java/org/apache/impala/analysis/TableSampleClause.java:[21,60] package org.apache.kudu.client.shaded.com.google.common.base does not exist [ERROR] /home/tarmstrong/Impala/incubator-impala/fe/src/main/java/org/apache/impala/analysis/TimestampLiteral.java:[27,60] package org.apache.kudu.client.shaded.com.google.common.base does not exist
It looks like we're importing a shaded class, which is bad.
Attachments
Issue Links
- is broken by
-
IMPALA-5309 Implement TABLESAMPLE for HDFS tables
- Resolved
-
IMPALA-4377 Failure in UdfExecutorTest.HiveStringsTest
- Resolved
-
IMPALA-1788 Consider replacing constant exprs with literal equivalents
- Resolved