databricks/Spark-The-Definitive-Guide

Code in Chapter 22 - Windows on Event Time

JoeKastner opened this issue · 0 comments

On Page 371, for the python example, there's a backslash after "streaming" that should not be there because there's additional code on the same line. Fix is to either remove the backslash or start ".selectExpr(" on the next line.