MaxGekk commented on code in PR #41578:
URL: https://github.com/apache/spark/pull/41578#discussion_r1246171187
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1695,6 +1695,11 @@
],
"sqlState" : "42000"
},
+ "NON_TIME_WINDOW_NOT_SUPPORTED_IN_STREAMING" : {
+ "message" : [
+ "Window function is not supported in '<windowFunc>' (as column
'<columnName>') on streaming DataFrames/Datasets. Structured Streaming only
supports time-window aggregation using the WINDOW function. (window
specification: <windowSpec>)"
Review Comment:
Could you remove '':
```suggestion
"Window function is not supported in <windowFunc> (as column
<columnName>) on streaming DataFrames/Datasets. Structured Streaming only
supports time-window aggregation using the WINDOW function. (window
specification: <windowSpec>)"
```
--
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]