This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 21c2fa4 [MINOR] Update URL of the parquet project in code comment
21c2fa4 is described below
commit 21c2fa4369d64a2c8b697526b57a5274b9bde9b5
Author: Chen Zhang <[email protected]>
AuthorDate: Thu Aug 13 11:54:43 2020 +0900
[MINOR] Update URL of the parquet project in code comment
### What changes were proposed in this pull request?
Update URL of the parquet project in code comment.
### Why are the changes needed?
The original url is not available.
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
No test needed.
Closes #29416 from izchen/Update-Parquet-URL.
Authored-by: Chen Zhang <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit 08d86ebc057165865c58b4fa3d4dd67039946e26)
Signed-off-by: HyukjinKwon <[email protected]>
---
.../sql/execution/datasources/parquet/VectorizedRleValuesReader.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedRleValuesReader.java
b/sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedRleValuesReader.java
index 24347a4e..0359506 100644
---
a/sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedRleValuesReader.java
+++
b/sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedRleValuesReader.java
@@ -46,7 +46,7 @@ public final class VectorizedRleValuesReader extends
ValuesReader
// Current decoding mode. The encoded data contains groups of either run
length encoded data
// (RLE) or bit packed data. Each group contains a header that indicates
which group it is and
// the number of values in the group.
- // More details here:
https://github.com/Parquet/parquet-format/blob/master/Encodings.md
+ // More details here:
https://github.com/apache/parquet-format/blob/master/Encodings.md
private enum MODE {
RLE,
PACKED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]