File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cubejs-materialize-driver/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export class MaterializeDriver extends PostgresDriver {
128128 }
129129
130130 /**
131- * Materialize quereable schema
131+ * Materialize queryable schema
132132 * Returns materialized sources, materialized views, and tables
133133 * @returns {string } schemaQuery
134134 */
@@ -169,7 +169,7 @@ export class MaterializeDriver extends PostgresDriver {
169169 public async getMaterializeVersion ( ) : Promise < string > {
170170 const [ { version } ] = await this . query < { version : string } > ( 'SELECT mz_version() as version;' , [ ] ) ;
171171
172- // Materialzie returns the version as follows: 'v0.24.3-alpha.5 (65778f520)'
172+ // Materialize returns the version as follows: 'v0.24.3-alpha.5 (65778f520)'
173173 return version . split ( ' ' ) [ 0 ] ;
174174 }
175175
You can’t perform that action at this time.
0 commit comments