You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/07/09 13:32:05 UTC

[GitHub] [beam] echauchot commented on pull request #15148: [BEAM-12591] Put Spark Structured Streaming runner sources back to main src folder

echauchot commented on pull request #15148:
URL: https://github.com/apache/beam/pull/15148#issuecomment-877190015


   Oops, just putting the SS runner sources back to main spark src folder only works for spark 2 but for spark 3 it doesn't as the spark 3 module inheritates the spark 2 related sources from main src folder and DataSourceV2 spark API is not available for Spark 3.
   
   Ideal would be to figure out the equivalent of spark 2 DataSourceV2 API for spark 3 but I fear there is more incompatibilities with spark 3. Maybe a gradle specific conf for spark 2 module would be good.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org