enable ipc compression feature for integration test#2462
enable ipc compression feature for integration test#2462tustvold merged 1 commit intoapache:masterfrom
Conversation
|
|
||
| [dependencies] | ||
| arrow = { path = "../arrow", default-features = false, features = [ "test_utils" ] } | ||
| arrow = { path = "../arrow", default-features = false, features = [ "test_utils", "ipc_compression" ] } |
There was a problem hiding this comment.
enable feature for the default build
|
PTAL @alamb |
|
Benchmark runs are scheduled for baseline = 3b59adc and contender = 7a74465. 7a74465 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
nice -- thanks @liukun4515 |
Which issue does this PR close?
Closes #1907
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?