mszurap commented on PR #5701:
URL: https://github.com/apache/hive/pull/5701#issuecomment-2742740533

   Yeah.
   - Right now, beeline fails to connect if there are spaces anywhere - because 
the "string".split(" ") skews the parameters
   - With the fix, we remove the spaces, so that could cause problems in such 
situations (in the given example the directory without spaces might not exist), 
but as mentioned we have a manual workaround at least with urlencoding the 
spaces. 
   
   I'm not sure if we need to address those very edge cases.


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