deniskuzZ commented on PR #5513:
URL: https://github.com/apache/hive/pull/5513#issuecomment-2443554447

   > > in that case, you could simply add `applyQuotesToAll`='true' in 
`separator_test` table serde properties
   > 
   > I think that would change the default behavior for unsuspecting users.
   > 
   > After a little bit of research, I believe the following should fix both 
the test and default behavior.
   > 
   > ```
   > applyQuotesToAll = 
Boolean.parseBoolean(properties.getProperty(APPLYQUOTESTOALL, "true"));
   > ```
   > 
   > My attempts to test it keep failing, though, due to unrelated build issues 
and I'm reluctant to commit it until I'm sure it's finally correct.
   
   the above change makes sense to me. 


-- 
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

Reply via email to