Skip to content

Conversation

@witgo
Copy link
Contributor

@witgo witgo commented May 11, 2014

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@pwendell
Copy link
Contributor

Jenkins, test this please.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14885/

@pwendell
Copy link
Contributor

Thanks for this small cleanup. I'll merge it.

asfgit pushed a commit that referenced this pull request May 11, 2014
Author: witgo <[email protected]>

Closes #728 from witgo/scala_home and squashes the following commits:

cdfd8be [witgo] Merge branch 'master' of https://github.com/apache/spark into scala_home
fac094a [witgo] remove outdated runtime Information scala home
(cherry picked from commit 6bee01d)

Signed-off-by: Patrick Wendell <[email protected]>
@asfgit asfgit closed this in 6bee01d May 11, 2014
@witgo witgo deleted the scala_home branch May 12, 2014 02:00
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
Author: witgo <[email protected]>

Closes apache#728 from witgo/scala_home and squashes the following commits:

cdfd8be [witgo] Merge branch 'master' of https://github.com/apache/spark into scala_home
fac094a [witgo] remove outdated runtime Information scala home
RolatZhang pushed a commit to RolatZhang/spark that referenced this pull request Mar 20, 2024
…e is changed (apache#728)

* [SPARK-40362][SQL][3.3] Fix BinaryComparison canonicalization

* [SPARK-40903][SQL] Avoid reordering decimal Add for canonicalization if data type is changed

* [SPARK-42162] Introduce MultiCommutativeOp expression as a memory optimization for canonicalizing large trees of commutative expressions

* [MINOR][DOCS] Remove Canonicalize in docs

---------

Signed-off-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
Co-authored-by: Peter Toth <[email protected]>
Co-authored-by: Peter Toth <[email protected]>
Co-authored-by: Gengliang Wang <[email protected]>
Co-authored-by: Supun Nakandala <[email protected]>
turboFei pushed a commit to turboFei/spark that referenced this pull request Nov 6, 2025
…ed for display (apache#728)

[SPARK-51307][SQL][3.5] locationUri in CatalogStorageFormat shall be decoded for display

### What changes were proposed in this pull request?

This PR uses CatalogUtils.URIToString instead of URI.toString to decode the location URI.

### Why are the changes needed?

For example, for partition specs like test1=X'16', test3=timestamp'2018-11-17 13:33:33', the stored path will include them as `test1=%16/test3=2018-11-17 13%3A33%3A33` because the special characters are escaped. Furthermore, while resolving the whole path string to a URI object, this path fragment becomes `test1=%2516/test3=2018-11-17 13%253A33%253A33`, so we need to decode `%25` -> `%` before displaying to users

### Does this PR introduce _any_ user-facing change?
yes, DESC TABLE  will not show 2x-encoded paths.

### How was this patch tested?
new tests

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#50164 from yaooqinn/SPARK-51307-35.

Authored-by: Kent Yao <[email protected]>

Signed-off-by: Kent Yao <[email protected]>
Co-authored-by: Kent Yao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants