Skip to content

Commit 11c4acd

Browse files
Update duckdb_common.ts
1 parent e459465 commit 11c4acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/malloy-db-duckdb/src/duckdb_common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export abstract class DuckDBCommon
158158
const name = unquoteName(fieldName);
159159
const dbType = typeMap[fieldName];
160160
const malloyType = this.dialect.parseDuckDBType(dbType);
161-
structDef.fields.push(mkFieldDef(malloyType, name, 'duckdb'));
161+
structDef.fields.push(mkFieldDef(malloyType, name));
162162
}
163163
}
164164

0 commit comments

Comments
 (0)