Skip to content

Commit

Permalink
don't preserve dict id
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Nov 18, 2024
1 parent 4fa78da commit f66eb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/src/bin/cache_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ impl FlightSqlService for FlightSqlServiceImpl {
panic!("Error executing plan: {:?}", e);
});

let ipc_options = IpcWriteOptions::default().with_preserve_dict_id(false);
let stream = FlightDataEncoderBuilder::new()
.with_options(ipc_options)
.build(stream)
.map_err(Status::from);

Expand Down

0 comments on commit f66eb55

Please sign in to comment.