Skip to content

Comments

[SPARK-51147][SS] Refactor streaming related classes to a dedicated streaming directory#49867

Closed
bogao007 wants to merge 3 commits intoapache:masterfrom
bogao007:streaming-python-dir
Closed

[SPARK-51147][SS] Refactor streaming related classes to a dedicated streaming directory#49867
bogao007 wants to merge 3 commits intoapache:masterfrom
bogao007:streaming-python-dir

Conversation

@bogao007
Copy link
Contributor

What changes were proposed in this pull request?

Refactor streaming classes under sql/core/src/main/scala/org/apache/spark/sql/execution/python to sql/core/src/main/scala/org/apache/spark/sql/execution/python/streaming.

Why are the changes needed?

Better organization for streaming related code base.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing unit tests.

Was this patch authored or co-authored using generative AI tooling?

No.

currentId
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this ? we need newline at end of file right ?

Copy link
Contributor

@HeartSaVioR HeartSaVioR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 pending CI.

We had talked about the removal of line for end of file, and according to him, there is extra line in @bogao007 's local change - let's see whether this is GH UI issue or CI will also complain.

@HeartSaVioR
Copy link
Contributor

Thanks! Merging to master/4.0.

HeartSaVioR pushed a commit that referenced this pull request Feb 11, 2025
…treaming directory

### What changes were proposed in this pull request?

Refactor streaming classes under `sql/core/src/main/scala/org/apache/spark/sql/execution/python` to `sql/core/src/main/scala/org/apache/spark/sql/execution/python/streaming`.

### Why are the changes needed?

Better organization for streaming related code base.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Existing unit tests.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #49867 from bogao007/streaming-python-dir.

Authored-by: bogao007 <bo.gao@databricks.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
(cherry picked from commit 394458f)
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 14, 2025
…treaming directory

### What changes were proposed in this pull request?

Refactor streaming classes under `sql/core/src/main/scala/org/apache/spark/sql/execution/python` to `sql/core/src/main/scala/org/apache/spark/sql/execution/python/streaming`.

### Why are the changes needed?

Better organization for streaming related code base.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Existing unit tests.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#49867 from bogao007/streaming-python-dir.

Authored-by: bogao007 <bo.gao@databricks.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
(cherry picked from commit 17af67d)
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants