Skip to content

Commit

Permalink
Update cpp/src/parquet/properties.h
Browse files Browse the repository at this point in the history
Co-authored-by: mwish <maplewish117@gmail.com>
  • Loading branch information
zeroshade and mapleFU authored Dec 13, 2024
1 parent 1e23de2 commit e7aa603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ constexpr int32_t kDefaultThriftStringSizeLimit = 100 * 1000 * 1000;
constexpr int32_t kDefaultThriftContainerSizeLimit = 1000 * 1000;

// PARQUET-978: Minimize footer reads by reading 64 KB from the end of the file
static constexpr int64_t kDefaultFooterReadSize = 64 * 1024;
constexpr int64_t kDefaultFooterReadSize = 64 * 1024;

class PARQUET_EXPORT ReaderProperties {
public:
Expand Down

0 comments on commit e7aa603

Please sign in to comment.