GH-33976: [Python] Add scan ExecNode options#34530
GH-33976: [Python] Add scan ExecNode options#34530jorisvandenbossche merged 1 commit intoapache:mainfrom
Conversation
| # "b" is still included, but without data as it will be removed by the projection | ||
| assert pc.all(result["b"].is_null()).as_py() |
There was a problem hiding this comment.
@westonpace this was a bit surprising, but expected at the moment? And that is something that the ScanV2Options tackle?
|
Going to merge this so I can continue with #34401. |
|
Benchmark runs are scheduled for baseline = f1eece9 and contender = 3a6fc1f. 3a6fc1f is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
Continuing GH-34102, this adds the exec node options classes defined in the dataset module (scan, not yet write).