ibis-bigquery icon indicating copy to clipboard operation
ibis-bigquery copied to clipboard

bigquery compilation of `substr` should check for negative values passed for `length`

Open tsdlovell opened this issue 7 years ago • 0 comments

Else, it will begin executing but complain when it finally gets the substr operation like

BadRequest: 400 GET https://www.googleapis.com/bigquery/v2/projects/<elided>?maxResults=0: Third argument in SUBSTR() cannot be negative

tsdlovell avatar Sep 20 '18 20:09 tsdlovell