Commit 7809267
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
File tree
47 files changed
+2533
-77
lines changed- benchmarks
- queries
- src
- bin
- tpch
- util
- src
- flight_service
- test_utils
- tests
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
0 commit comments