Quanlong Huang created IMPALA-11901:
---------------------------------------
Summary: Support COPY TESTCASE in LocalCatalog
Key: IMPALA-11901
URL: https://issues.apache.org/jira/browse/IMPALA-11901
Project: IMPALA
Issue Type: Sub-task
Components: Catalog, Frontend
Reporter: Quanlong Huang
Assignee: Quanlong Huang
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.
{code:java}
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{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]