Skip to content

Commit 0493eb2

Browse files
binary as string
1 parent b4c3d88 commit 0493eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/query/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ impl Query {
114114
.parquet
115115
.schema_force_view_types = true;
116116

117+
config.options_mut().execution.parquet.binary_as_string = true;
118+
117119
let state = SessionStateBuilder::new()
118120
.with_default_features()
119121
.with_config(config)

0 commit comments

Comments
 (0)