dongjoon-hyun edited a comment on issue #23463: [SPARK-26536][BUILD][FOLLOWUP][test-maven] Make StreamingReadSupport public for maven testing URL: https://github.com/apache/spark/pull/23463#issuecomment-451715784 You can see the current Maven Jenkins Test failures, or run `mvn test` ``` mvn -Dtest=none -DwildcardSuites=org.apache.spark.sql.streaming.continuous.EpochCoordinatorSuite test ``` In `ContinuousReadSupport` -> `StreamingReadSupport` -> `ReadSupport` inheritance, only `StreamingReadSupport` is package interface. I think it's okay to open `StreamingReadSupport` like `ReadSupport`. For `ReadSupport`, it's also `public interface`, and we ask people to implement concrete interfaces.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
