Commit e937f6a
Should help with apache#2130 and apache#2132
Modifies `Table.add_files` to explicitly use `inspect.data_files` and
also parallelize `inspect._files`
I didn't see anywhere else where looping over manifest entries was
parallelized, so seems better to parallelize across manifests than
within.
No changes here but should be faster.
---------
Co-authored-by: Kevin Liu <[email protected]>
1 parent 89e71c3 commit e937f6a
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
850 | | - | |
| 850 | + | |
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | 653 | | |
657 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
658 | 661 | | |
659 | 662 | | |
660 | 663 | | |
| |||
0 commit comments