Skip to content

Commit

Permalink
Add FIXME (#6704)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Nov 13, 2024
1 parent 8092626 commit 23745d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/repository/tdr_anvil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ def repeat(fmt):
log.info('Calculating batch prefix lengths for partition %r of %d tables '
'in source %s', prefix, len(table_names), source)
# The extraneous outer 'SELECT *' works around a bug in BigQuery emulator
# FIXME: BigQuery Emulator rejects valid query
# https://github.com/DataBiosphere/azul/issues/6704
query = ' UNION ALL '.join(f'''(
SELECT * FROM (
SELECT
Expand Down

0 comments on commit 23745d1

Please sign in to comment.