BigQuery: order not preserved when downloading ORDER BY query results to dataframe with BQ Storage API #7759
Labels
api: bigquery
Issues related to the BigQuery API.
api: bigquerystorage
Issues related to the BigQuery Storage API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Since data is downloaded in parallel, order might not be preserved. I believe if you explicitly request only a single stream, order is preserved. (Internal bug 130887748 to confirm this).
The text was updated successfully, but these errors were encountered: