Rahul Sharma
02/08/2023, 5:12 AM"pyspark.sql.utils.StreamingQueryException: The stream from your Delta table was expecting process data from version 142,\nbut the earliest available version in the _delta_log directory is 159. The files\nin the transaction log may have been deleted due to log cleanup. In order to avoid losing\ndata, we recommend that you restart your stream with a new checkpoint location and to\nincrease your delta.logRetentionDuration setting, if you have explicitly set it below 30\ndays.\nIf you would like to ignore the missed data and continue your stream from where it left\noff, you can set the .option(\"failOnDataLoss\", \"false\") as part\nof your readStream statement.\n=== Streaming Query ===\nIdentifier: JWR-SEC-
Gerhard Brueckl
02/08/2023, 7:57 AMRahul Sharma
02/08/2023, 8:57 AMGerhard Brueckl
02/08/2023, 5:00 PMRahul Sharma
02/09/2023, 4:11 AMGerhard Brueckl
02/09/2023, 8:09 AM