Skip to content

Commit c698c8b

Browse files
committed
More test fixes
1 parent cdc0722 commit c698c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/arcticdb/version/test/test_sparse.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ TEST_F(SparseTestStore, SegmentWithRangeFilter) {
563563
auto read_query = std::make_shared<ReadQuery>();
564564
read_query->row_filter = IndexRange(timestamp{3000}, timestamp{6999});
565565
register_native_handler_data_factory();
566-
auto handler_data = get_type_handler_data(OutputFormat::PANDAS);
566+
auto handler_data = get_type_handler_data(OutputFormat::NATIVE);
567567
auto read_result = test_store_->read_dataframe_version(stream_id, pipelines::VersionQuery{}, read_query, read_options, handler_data);
568568
const auto& frame =read_result.frame_data.frame();;
569569

0 commit comments

Comments
 (0)