Commits


Joris Van den Bossche authored and David Li committed 0ee3b90cac8
ARROW-12631: [Python] Accept Scanner in pyarrow.dataset.write_dataset We were already creating a Scanner to pass to the actual C++ `Write` method, so easy to also pass through a scanner if supplied by the user. Closes #10224 from jorisvandenbossche/ARROW-12631-dataset-write-scanner Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>