Commits


David Li authored and Joris Van den Bossche committed 8c3363e2572
ARROW-12407: [Python][Dataset] Remove ScanTask bindings For 5.0.0: remove Python bindings to ScanTask to avoid the deprecation warning at build time. `scan()` is replaced with `scanner()` which takes the same arguments, but gives back the Scanner directly. Closes #10062 from lidavidm/arrow-12407 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>