We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7866946 commit bc2ba93Copy full SHA for bc2ba93
1 file changed
test/bigquery.test.ts
@@ -340,7 +340,7 @@ describe('BigQueryFormatter', () => {
340
partition_expiration_days=1
341
)`;
342
343
- // need to fix the formatting of y STRUCT<a ARRAY<STRING>OPTIONS(description ="desc2"), b BOOL>
+ // TODO: need to fix the formatting of y STRUCT<a ARRAY<STRING>OPTIONS(description ="desc2"), b BOOL>
344
const expected = dedent`
345
${createTable}
346
mydataset.newtable (
@@ -490,6 +490,8 @@ describe('BigQueryFormatter', () => {
490
FROM mydataset.mytable
491
WHERE year = y
492
493
+
494
+ // TODO: formatting for <name STRING, year INT64> can be improved
495
496
${createTableFunc}
497
mydataset.names_by_year (y INT64)
0 commit comments