Skip to content

Commit

Permalink
spell array with two rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Nov 29, 2024
1 parent 3df649b commit 4d6d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy/src/dialect/standardsql/standardsql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class StandardSQLDialect extends Dialect {
supportsNesting = true;
cantPartitionWindowFunctionsOnExpressions = true;
hasModOperator = false;
nestedArays = false; // Can't have an array of arrays for some reason
nestedArrays = false; // Can't have an array of arrays for some reason

quoteTablePath(tablePath: string): string {
return `\`${tablePath}\``;
Expand Down

0 comments on commit 4d6d690

Please sign in to comment.