Skip to content

Commit fb1c65c

Browse files
committed
update
1 parent 6d65569 commit fb1c65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/parquet/encoder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ int64_t RlePreserveBufferSize(int64_t num_values, int bit_width) {
448448
}
449449

450450
/// See the dictionary encoding section of
451-
/// https://github.com/Parquet/parquet-format. The encoding supports
451+
/// https://github.com/apache/parquet-format/blob/master/Encodings.md. The encoding supports
452452
/// streaming encoding. Values are encoded as they are added while the
453453
/// dictionary is being constructed. At any time, the buffered values
454454
/// can be written out with the current dictionary size. More values

0 commit comments

Comments
 (0)