Commit 46cb3fb
committed
Do not check parquet directory for consistency
Maybe there is a better way to actually do some form of check?
The problem is that if we have multiple nodes/utility workers
then one of them may lag behind when the director already contains
files.
However, blocking on this also seems not better. Is there a better
way that would allow checking then just an option to disable this
check?
Signed-off-by: Sebastian Berg <[email protected]>1 parent 5d9b045 commit 46cb3fb
File tree
3 files changed
+10
-3
lines changed- cpp
- include/legate_dataframe
- src
- python/legate_dataframe/lib
3 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
497 | | - | |
| 495 | + | |
498 | 496 | | |
499 | 497 | | |
500 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
0 commit comments