Skip to content

Commit bc2ba93

Browse files
committed
nit
1 parent 7866946 commit bc2ba93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/bigquery.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ describe('BigQueryFormatter', () => {
340340
partition_expiration_days=1
341341
)`;
342342

343-
// need to fix the formatting of y STRUCT<a ARRAY<STRING>OPTIONS(description ="desc2"), b BOOL>
343+
// TODO: need to fix the formatting of y STRUCT<a ARRAY<STRING>OPTIONS(description ="desc2"), b BOOL>
344344
const expected = dedent`
345345
${createTable}
346346
mydataset.newtable (
@@ -490,6 +490,8 @@ describe('BigQueryFormatter', () => {
490490
FROM mydataset.mytable
491491
WHERE year = y
492492
)`;
493+
494+
// TODO: formatting for <name STRING, year INT64> can be improved
493495
const expected = dedent`
494496
${createTableFunc}
495497
mydataset.names_by_year (y INT64)

0 commit comments

Comments
 (0)