Commit 2e197f1
authored
[Spark]Add VacuumProtocolCheck ReaderWriter Table Feature (#2730)
## Description
Add a new VacuumProtocolCheck ReaderWriter Table Feature so that Vacuum
command on older DBR client and OSS clients fail.
This is in follow-up to #2557
where protocol-check was added during the vacuum-write flow.
## How was this patch tested?
UTs
## Does this PR introduce _any_ user-facing changes?
No1 parent 60914cd commit 2e197f1
File tree
2 files changed
+42
-1
lines changed- spark/src
- main/scala/org/apache/spark/sql/delta
- test/scala/org/apache/spark/sql/delta
2 files changed
+42
-1
lines changedLines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
| 361 | + | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| |||
656 | 657 | | |
657 | 658 | | |
658 | 659 | | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
659 | 673 | | |
660 | 674 | | |
661 | 675 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
462 | 489 | | |
463 | 490 | | |
464 | 491 | | |
| |||
0 commit comments