You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/01/06 10:52:00 UTC

[jira] [Commented] (FLINK-15290) Need a way to turn off vectorized orc reader for SQL CLI

    [ https://issues.apache.org/jira/browse/FLINK-15290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008722#comment-17008722 ] 

Aljoscha Krettek commented on FLINK-15290:
------------------------------------------

I don't think {{GlobalConfiguration.loadConfiguration()}} is the way to go here, as [~jark] mentioned, this could not work in some environments.

In general {{GlobalConfiguration}} is a "hack" that I think we should get rid of in the long-term because it needs to much global state to be correct, i.e. the config must be there and a certain environment variable needs to be set. If we can, we should always pass through options explicitly.

> Need a way to turn off vectorized orc reader for SQL CLI
> --------------------------------------------------------
>
>                 Key: FLINK-15290
>                 URL: https://issues.apache.org/jira/browse/FLINK-15290
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>            Reporter: Rui Li
>            Assignee: Rui Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0, 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)