chairmank commented on a change in pull request #7789:
URL: https://github.com/apache/arrow/pull/7789#discussion_r456448698



##########
File path: cpp/src/parquet/reader_test.cc
##########
@@ -58,6 +58,63 @@ std::string nation_dict_truncated_data_page() {
   return data_file("nation.dict-malformed.parquet");
 }
 
+std::string hadoop_lz4_compressed() { return 
data_file("hadoop_lz4_compressed.parquet"); }
+
+// TODO: Assert on definition and repetition levels
+template <typename DType, typename ValueType>
+void ASSERT_BATCH_EQUAL(std::shared_ptr<TypedColumnReader<DType>> col, int64_t 
batch_size,

Review comment:
       "Batch" is in the name of the `ColumnReader` method `ReadBatch`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to