Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Dec 6, 2023
1 parent 0552dd1 commit 7b49b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/orc/orc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static constexpr char const* MAGIC = "ORC";
static constexpr int32_t cudf_writer_code = 5;
// Each ORC writer implementation should write its version to the PostScript
// The version values are based on the ORC Java writer bug fixes and features
// From https://github.com/apache/orc/blob/main/proto/orc_proto.proto:
// From https://github.com/apache/orc-format/blob/main/src/main/proto/orc_proto.proto:
// 0 = original
// 1 = HIVE-8732 fixed (fixed stripe/file maximum statistics &
// string statistics use utf8 for min/max)
Expand Down

0 comments on commit 7b49b8e

Please sign in to comment.