forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-10999: [Rust] [Benchmarks] Use signed ints for TPC-H schema
The TPC-H parquet files generated by the benchmark crate could not be read by Apache Spark because they used unsigned ints, which Spark does not support (JVM only has signed ints). I would like to use the same data sets for benchmarking DataFusion, Apache Spark, and other tools, so have changed the schema to use signed ints. Closes apache#8980 from andygrove/tpch-signed-ints Authored-by: Andy Grove <[email protected]> Signed-off-by: Jorge C. Leitao <[email protected]>
- Loading branch information
1 parent
22f06bb
commit ab185d5
Showing
1 changed file
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters