AnishMahto commented on code in PR #50875:
URL: https://github.com/apache/spark/pull/50875#discussion_r2093647753
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationChecker.scala:
##########
@@ -37,9 +37,14 @@ import org.apache.spark.sql.streaming.{GroupStateTimeout,
OutputMode}
*/
object UnsupportedOperationChecker extends Logging {
- def checkForBatch(plan: LogicalPlan): Unit = {
+ def checkForBatch(plan: LogicalPlan, isSqlContext: Boolean): Unit = {
Review Comment:
Ahh gotcha. Decided to just unify the error messages, since users don't
_have_ to use pipelines to execute SQL that contains streaming relations - they
can still just use readStream.
--
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]