Skip to content

Commit

Permalink
mem row group range read
Browse files Browse the repository at this point in the history
Signed-off-by: shaoting-huang <[email protected]>
  • Loading branch information
shaoting-huang committed Dec 28, 2024
1 parent 6a74f24 commit 0ac6c8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/c/reader_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

#include "c/reader_c.h"
#include "reader/mem_record_reader.h"
#include "packed/mem_record_reader.h"
#include "filesystem/fs.h"
#include "common/config.h"
#include "common/log.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "reader/mem_record_reader.h"
#include "packed/mem_record_reader.h"
#include <parquet/properties.h>
#include <memory>
#include <limits>
Expand Down

0 comments on commit 0ac6c8b

Please sign in to comment.