Skip to content

Commit 7809267

Browse files
authored
Extend SessionBuilder trait to operate on SessionState and SessionContext (#85)
* Move all test utils to src/ and hide them behind an "integration" feature. This way, other crates and integration tests as well can use it * Extend the `SessionBuilder` trait to be able to operate not only at the `SessionStateBuilder` level, but also on `SessionState` and `SessionContext` * Add benchmarks crate by copying upstream DataFusion code (#73) * Add benchmarks crate by copying upstream DataFusion code * Wire-up distributed execution with tpch benchmarks (#86)
1 parent 6a8b5b0 commit 7809267

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2533
-77
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.idea
2-
/target
2+
/target
3+
/benchmarks/data/

0 commit comments

Comments
 (0)