lv haiyang created IMPALA-9208:
----------------------------------
Summary: impala still failed to read orc format table using
"enable_orc_scanner=true"
Key: IMPALA-9208
URL: https://issues.apache.org/jira/browse/IMPALA-9208
Project: IMPALA
Issue Type: Bug
Components: Clients
Affects Versions: Impala 3.3.0
Reporter: lv haiyang
[bigdata@sdw1 ~]$ impala-shell --var=enable_orc_scanner=true
Starting Impala Shell without Kerberos authentication
Opened TCP connection to sdw1:21000
Connected to sdw1:21000
Server version: impalad version 3.4.0-SNAPSHOT RELEASE (build
190ad89ebd46161f63a520c2a6d75ad56701e145)
***********************************************************************************
Welcome to the Impala shell.
(Impala Shell v3.4.0-SNAPSHOT (190ad89) built on Tue Nov 19 08:52:31 UTC 2019)
The SET command shows the current value of all shell and query options.
***********************************************************************************
[sdw1:21000] default> use company;
Query: use company
[sdw1:21000] company> select * from orc_table;
Query: select * from orc_table
Query submitted at: 2019-12-02 11:53:41 (Coordinator: http://sdw1:25000)
ERROR: NotImplementedException: ORC scans are disabled by --enable_orc_scanner
flag
--
This message was sent by Atlassian Jira
(v8.3.4#803005)