[ https://issues.apache.org/jira/browse/HIVE-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin updated HIVE-10974: ------------------------------------ Target Version/s: 1.3.0 > Use Configuration::getRaw() for the Base64 data > ----------------------------------------------- > > Key: HIVE-10974 > URL: https://issues.apache.org/jira/browse/HIVE-10974 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 2.0.0 > Reporter: Gopal V > Assignee: Gopal V > Fix For: 2.0.0 > > Attachments: HIVE-10974.1.patch > > > Inspired by the Twitter HadoopSummit talk > {code} > if (HiveConf.getBoolVar(conf, ConfVars.HIVE_RPC_QUERY_PLAN)) { > LOG.debug("Loading plan from string: "+path.toUri().getPath()); > String planString = conf.get(path.toUri().getPath()); > {code} > Use getRaw() in other places where Base64 data is present. -- This message was sent by Atlassian JIRA (v6.3.4#6332)