We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2441f87 commit 72ea3cfCopy full SHA for 72ea3cf
src/frontend/src/catalog/purify.rs
@@ -21,7 +21,7 @@ use crate::error::Result;
21
use crate::utils::data_type::DataTypeToAst as _;
22
23
/// Try to restore missing column definitions and constraints in the persisted table (or source)
24
-/// definition, if the schemais derived from external systems (like schema registry) or it's
+/// definition, if the schema is derived from external systems (like schema registry) or it's
25
/// created by `CREATE TABLE AS`.
26
///
27
/// Returns error if restoring failed, or the persisted definition is invalid.
0 commit comments