gigem commented on code in PR #5513: URL: https://github.com/apache/hive/pull/5513#discussion_r1813444704
########## serde/src/java/org/apache/hadoop/hive/serde2/OpenCSVSerde.java: ########## @@ -92,6 +95,7 @@ public void initialize(Configuration configuration, Properties tableProperties, separatorChar = getProperty(properties, SEPARATORCHAR, CSVWriter.DEFAULT_SEPARATOR); quoteChar = getProperty(properties, QUOTECHAR, CSVWriter.DEFAULT_QUOTE_CHARACTER); escapeChar = getProperty(properties, ESCAPECHAR, CSVWriter.DEFAULT_ESCAPE_CHARACTER); + applyQuotesToAll = Boolean.parseBoolean(properties.getProperty(APPLYQUOTESTOALL)) Review Comment: Sorry about that. I'm too old and should know bettter than to at least do a test compile on any changes. It's fixed now. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org