Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit ae95462

Browse files
author
Artem Tarasov
committed
fix parameter naming
1 parent 53d58e4 commit ae95462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parquet/column/statistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class PARQUET_EXPORT TypedRowGroupStatistics : public RowGroupStatistics {
111111

112112
void PlainEncode(const T& src, std::string* dst);
113113
void PlainDecode(const std::string& src, T* dst);
114-
void Copy(const T& src, T& dst, std::vector<uint8_t>& free_flag);
114+
void Copy(const T& src, T& dst, std::vector<uint8_t>& buffer);
115115
std::vector<uint8_t> min_buffer_, max_buffer_;
116116
};
117117

0 commit comments

Comments
 (0)