eheewag commented on PR #45023:
URL: https://github.com/apache/spark/pull/45023#issuecomment-1926010647

   unsubscribe
   Thanks,
   Gabriel
   
   
   
   On Mon, Feb 5, 2024 at 5:25 AM chaoqin-li1123 ***@***.***>
   wrote:
   
   > What changes were proposed in this pull request?
   >
   > Implement python worker to run python streaming data source and
   > communicate with JVM through socket. Create a PythonMicrobatchStream to
   > invoke RPC function call.
   > Why are the changes needed?
   >
   > In preparation for support of development of streaming data source in
   > Python.
   > Does this PR introduce *any* user-facing change?
   >
   > No.
   > How was this patch tested?
   >
   > Unit test.
   > Was this patch authored or co-authored using generative AI tooling?
   >
   > No.
   > ------------------------------
   > You can view, comment on, or merge this pull request online at:
   >
   >   https://github.com/apache/spark/pull/45023
   > Commit Summary
   >
   >    - 475b522
   >    
<https://github.com/apache/spark/pull/45023/commits/475b5221315882220fb90a756049b03cbac642da>
   >    implementation
   >    - 2f8f846
   >    
<https://github.com/apache/spark/pull/45023/commits/2f8f8467eb6047b8a0a52638b878a2e049b5f643>
   >    clean up
   >    - b39e3be
   >    
<https://github.com/apache/spark/pull/45023/commits/b39e3becc1768b913a2e3709e760a98935a0ca68>
   >    clean up
   >    - b355c96
   >    
<https://github.com/apache/spark/pull/45023/commits/b355c96a58db395600e332808883d3085f623c46>
   >    clean up
   >
   > File Changes
   >
   > (8 files <https://github.com/apache/spark/pull/45023/files>)
   >
   >    - *A* python/__init__.py
   >    
<https://github.com/apache/spark/pull/45023/files#diff-6782036b11fde2c417fa4d886777898de32ff7edff2d3d0e6171614516127f3a>
   >    (0)
   >    - *M* python/pyspark/sql/datasource.py
   >    
<https://github.com/apache/spark/pull/45023/files#diff-1311df23a3097eed5cf3c629e4a3f53c2656053bb18e89d40c5c108c2d1ff1cb>
   >    (91)
   >    - *A* python/pyspark/sql/streaming/python_streaming_source_runner.py
   >    
<https://github.com/apache/spark/pull/45023/files#diff-772778ddbeb0c9da6b17ec861201b64556f8920d49aec5e145ee0f004411bf23>
   >    (176)
   >    - *M*
   >    
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/python/PythonScan.scala
   >    
<https://github.com/apache/spark/pull/45023/files#diff-8735bc8c9030aef89ff35f8fdfe8de545bbddd25647d57965245f7c0bb5c28cf>
   >    (68)
   >    - *M*
   >    
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/python/UserDefinedPythonDataSource.scala
   >    
<https://github.com/apache/spark/pull/45023/files#diff-c762c3fb19181774c271ce6527938553e3fc4f1b107b95c7f7a7728e1371def3>
   >    (2)
   >    - *A*
   >    
sql/core/src/main/scala/org/apache/spark/sql/execution/python/PythonStreamingSourceRunner.scala
   >    
<https://github.com/apache/spark/pull/45023/files#diff-41b5c2de33892248fbb71d7f8034e2e94c35dd243c38dd90a5a216730a42dd8f>
   >    (167)
   >    - *M*
   >    
sql/core/src/test/scala/org/apache/spark/sql/execution/python/PythonDataSourceSuite.scala
   >    
<https://github.com/apache/spark/pull/45023/files#diff-419822ba55838aed0d6439beff1ba0a87041c32724972d4036c0eda096e66b0b>
   >    (36)
   >    - *A*
   >    
sql/core/src/test/scala/org/apache/spark/sql/execution/python/PythonStreamingDataSourceSuite.scala
   >    
<https://github.com/apache/spark/pull/45023/files#diff-aac0c53cf10992b58e7862115c9f72b1cb5b086a39b4e5b11543ac99d234f761>
   >    (131)
   >
   > Patch Links:
   >
   >    - https://github.com/apache/spark/pull/45023.patch
   >    - https://github.com/apache/spark/pull/45023.diff
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/spark/pull/45023>, or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ABQLF6XZPZMZR7WUBDJXOT3YR74FLAVCNFSM6AAAAABCZE5EO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTOMZRGU2DANY>
   > .
   > You are receiving this because you are subscribed to this thread.Message
   > ID: ***@***.***>
   >
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to