panbingkun commented on PR #44384:
URL: https://github.com/apache/spark/pull/44384#issuecomment-1859464667

   > ```
   > [info] - applyInPandasWithState should require 
StatefulOpClusteredDistribution from children - without initial state *** 
FAILED *** (2 seconds, 622 milliseconds)
   > [info]   org.apache.spark.sql.streaming.StreamingQueryException: 
[STREAM_FAILED] Query [id = 7231fcdb-98d1-4627-858e-55f020fb52bd, runId = 
70165d3c-1a0e-4d20-a73f-1d4658698069] terminated with exception: Job aborted 
due to stage failure: Task 0 in stage 2.0 failed 1 times, most recent failure: 
Lost task 0.0 in stage 2.0 (TID 7) (localhost executor driver): 
java.lang.NoSuchFieldError: chunkSize
   > [info]     at 
io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator.<init>(PooledByteBufAllocatorL.java:153)
   > [info]     at 
io.netty.buffer.PooledByteBufAllocatorL.<init>(PooledByteBufAllocatorL.java:49)
   > [info]     at 
org.apache.arrow.memory.NettyAllocationManager.<clinit>(NettyAllocationManager.java:51)
   > [info]     at 
org.apache.arrow.memory.DefaultAllocationManagerFactory.<clinit>(DefaultAllocationManagerFactory.java:26)
   > [info]     at java.base/java.lang.Class.forName0(Native Method)
   > [info]     at java.base/java.lang.Class.forName(Class.java:375)
   > ```
   > 
   > `java.lang.NoSuchFieldError: chunkSize`... It seems that the change of 
Netty has caused compatibility issues with Arrow again ...
   
   Yes, I am fixing this issue.


-- 
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