We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d65569 commit fb1c65cCopy full SHA for fb1c65c
cpp/src/parquet/encoder.cc
@@ -448,7 +448,7 @@ int64_t RlePreserveBufferSize(int64_t num_values, int bit_width) {
448
}
449
450
/// See the dictionary encoding section of
451
-/// https://github.com/Parquet/parquet-format. The encoding supports
+/// https://github.com/apache/parquet-format/blob/master/Encodings.md. The encoding supports
452
/// streaming encoding. Values are encoded as they are added while the
453
/// dictionary is being constructed. At any time, the buffered values
454
/// can be written out with the current dictionary size. More values
0 commit comments