We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc421e commit e4d74c1Copy full SHA for e4d74c1
1 file changed
src/metadata_writer.rs
@@ -6,7 +6,7 @@
6
use crate::{DuckLakeError, Result};
7
8
/// Maximum allowed length for catalog entity names (schemas, tables, columns).
9
-const MAX_NAME_LENGTH: usize = 1024;
+pub const MAX_NAME_LENGTH: usize = 1024;
10
11
/// Validate a catalog entity name (schema, table, or column).
12
///
0 commit comments