databricks / Spark-The-Definitive-Guide

Spark: The Definitive Guide's Code Repository
http://shop.oreilly.com/product/0636920034957.do
Other
2.85k stars 2.76k forks source link

Code in Chapter 22 - Windows on Event Time #55

Open JoeKastner opened 4 years ago

JoeKastner commented 4 years ago

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.