goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
844 stars 108 forks source link

[Queries] Respect `maxResults` parameter when fetching query results #263

Open ohaibbq opened 10 months ago

ohaibbq commented 10 months ago

Found while writing the Python client regression test for https://github.com/goccy/go-zetasqlite/issues/132.

Closes https://github.com/goccy/bigquery-emulator/issues/262 Closes #169