Commit 15c6849
committed
[SPARK-55285][SQL][PYTHON][FOLLOW-UP] Code clean up
### What changes were proposed in this pull request?
follow up of apache#54068, we don't need the `_schema` trick now
### Why are the changes needed?
to make the field names consistent with others
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes apache#54088 from zhengruifeng/follow_up_init.
Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>1 parent 7792122 commit 15c6849
File tree
1 file changed
+3
-3
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution/python/streaming
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments