Gergely Fürnstáhl has uploaded a new patch set (#3). ( 
http://gerrit.cloudera.org:8080/18274 )

Change subject: IMPALA-10946: Fixed URL decoding replacing + to ' '
......................................................................

IMPALA-10946: Fixed URL decoding replacing + to ' '

URLDecoder.decode() decodes the string without context. Replaced it with
URL object, which would throw on creation if the string is not an URL,
falling back to use it as a local path without change.

Change-Id: Ie821a0795d99eb9aa95131323917c9a3d0e8e1ec
---
M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java
1 file changed, 29 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/74/18274/3
--
To view, visit http://gerrit.cloudera.org:8080/18274
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie821a0795d99eb9aa95131323917c9a3d0e8e1ec
Gerrit-Change-Number: 18274
Gerrit-PatchSet: 3
Gerrit-Owner: Gergely Fürnstáhl <gfurnst...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to