You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "rtpsw (via GitHub)" <gi...@apache.org> on 2023/03/04 13:08:07 UTC

[GitHub] [arrow] rtpsw commented on pull request #34311: GH-32884: [C++] Add ordered aggregation

rtpsw commented on PR #34311:
URL: https://github.com/apache/arrow/pull/34311#issuecomment-1454734602

   @westonpace, any idea what these failures are about?
   ```
   [ RUN      ] RecordReaderPrimitveTypeTests/RecordReaderPrimitiveTypeTest.ReadNullableRepeated/true
   D:/a/arrow/arrow/cpp/src/parquet/column_reader_test.cc:939: Failure
   Expected equality of these values:
     record_reader_->descr()->max_definition_level()
       Which is: 3
     1
   [  FAILED  ] RecordReaderPrimitveTypeTests/RecordReaderPrimitiveTypeTest.ReadNullableRepeated/true, where GetParam() = true (0 ms)
   [ RUN      ] RecordReaderPrimitveTypeTests/RecordReaderPrimitiveTypeTest.ReadNullableRepeated/false
   D:/a/arrow/arrow/cpp/src/parquet/column_reader_test.cc:939: Failure
   Expected equality of these values:
     record_reader_->descr()->max_definition_level()
       Which is: 3
     1
   [  FAILED  ] RecordReaderPrimitveTypeTests/RecordReaderPrimitiveTypeTest.ReadNullableRepeated/false, where GetParam() = false (0 ms)
   ``` 


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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