Description
An end user was running a set of queries that would error with "err: backfill exceeded limit 5120" using SparkSQL. The concern was that the error didn't propagate well. A subset of data would be returned, they believe.
Suspicion is that the streaming parser works well to a point, then the error is returned but the error handling may not be that good.