lirui-apache commented on a change in pull request #10632: [FLINK-15290][hive] 
Need a way to turn off vectorized orc reader for SQL CLI
URL: https://github.com/apache/flink/pull/10632#discussion_r362189394
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/read/HiveTableInputFormat.java
 ##########
 @@ -103,17 +105,16 @@ public HiveTableInputFormat(
                this.jobConf = new JobConf(jobConf);
                int rowArity = catalogTable.getSchema().getFieldCount();
                selectedFields = projectedFields != null ? projectedFields : 
IntStream.range(0, rowArity).toArray();
+               useMapRedReader = 
GlobalConfiguration.loadConfiguration().getBoolean(HiveOptions.TABLE_EXEC_HIVE_FALLBACK_MAPRED_READER);
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to