You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/08/18 11:06:39 UTC

[arrow-rs] branch master updated: Fix master (#2497)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 79d31a97d Fix master (#2497)
79d31a97d is described below

commit 79d31a97d177c198a773807c85a332a2df632065
Author: Raphael Taylor-Davies <17...@users.noreply.github.com>
AuthorDate: Thu Aug 18 12:06:33 2022 +0100

    Fix master (#2497)
---
 parquet/src/arrow/arrow_reader/selection.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parquet/src/arrow/arrow_reader/selection.rs b/parquet/src/arrow/arrow_reader/selection.rs
index d7845cfa1..f3d11d925 100644
--- a/parquet/src/arrow/arrow_reader/selection.rs
+++ b/parquet/src/arrow/arrow_reader/selection.rs
@@ -297,6 +297,7 @@ impl From<RowSelection> for VecDeque<RowSelector> {
 #[cfg(test)]
 mod tests {
     use super::*;
+    use parquet_format::PageLocation;
     use rand::{thread_rng, Rng};
 
     #[test]