LadyForest opened a new pull request #32:
URL: https://github.com/apache/flink-table-store/pull/32


   # What is the purpose of the change
   
   This PR tries to fix the `ClassCastException` thrown when  
`StoreSinkWriter#writeToFileStore` encountered non-pk value. When a record has 
no pk, the value should be a count with long type, while the initial value 
assigns `int` and will cause a `ClassCastException` at runtime.
   
   #Verifying this change
   `StoreSinkTest` is modified slightly to check the value type. Roll back the 
src code change will reproduce the 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]


Reply via email to