Commit 334816a
[SPARK-48411][SS][PYTHON] Add E2E test for DropDuplicateWithinWatermark
### What changes were proposed in this pull request?
This PR adds a test for API DropDuplicateWithinWatermark in Python, which was previously missing.
### Why are the changes needed?
Check the correctness of API DropDuplicateWithinWatermark.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Passed:
```
python/run-tests --testnames pyspark.sql.tests.streaming.test_streaming
python/run-tests --testnames pyspark.sql.tests.connect.streaming.test_parity_streaming
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #46740 from eason-yuchen-liu/DropDuplicateWithinWatermark_test.
Authored-by: Yuchen Liu <yuchen.liu@databricks.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>1 parent 72df3cb commit 334816a
2 files changed
Lines changed: 35 additions & 1 deletion
File tree
- python
- pyspark/sql/tests/streaming
- test_support/sql/streaming/time
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
416 | 440 | | |
417 | 441 | | |
418 | 442 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments