tthorpeIBM opened a new pull request, #5024:
URL: https://github.com/apache/hive/pull/5024

   In order to allow the percent symbol to be used as a schema or table name, 
the percent symbol needs to be escaped.
   
   ### What changes were proposed in this pull request?
   In alpha 2 and earlier, including a percent symbol wouldn't cause 
exceptions.  This change is to make beta 1 and beyond compatible.
   
   ### Why are the changes needed?
   Currently, in the beta 1 code, if the percent symbol is used as a schema or 
table name, you will get an UnknownFormatConversionException: Conversion = '_'
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### Is the change a dependency upgrade?
   No
   
   ### How was this patch tested?
   Tested it manually by creating a table with a percent, specifically 
"[|]#&%@"."[|]#&%@"
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to