Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
ghx-label-11
Description
COPY TESTCASE FROM/TO statements are added in IMPALA-5872. They are useful in collecting metadata in a remote cluster and replicating them in another debug cluster. However, they are not supported in LocalCatalog mode yet.
copy testcase to "/tmp" select count(*) from functional.alltypes; ERROR: ClassCastException: org.apache.impala.catalog.local.LocalFsTable cannot be cast to org.apache.impala.catalog.Table
Attachments
Issue Links
- is related to
-
IMPALA-13339 Introduce the COPY TESTCASE statements
- Open
- relates to
-
IMPALA-5872 Implement a SQL test case builder for gathering query diagnostics
- Resolved