Jatin Kumar
09/14/2022, 10:44 AM__
in table name.
Right now it is not allowed to save __
in table name?
What was the motivation for not allowing __
Preconditions.checkArgument(!tableName.contains(TABLE_NAME_FORBIDDEN_SUBSTRING),
"'tableName' cannot contain double underscore ('__')");
Neha Pawar
Jatin Kumar
09/14/2022, 6:33 PM__
, how it is impacting the segment names for table. thanksJatin Kumar
09/15/2022, 6:25 AMXiang Fu
Jackie
09/15/2022, 6:59 AM