You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use io.deephaven.api.util.NameValidator#legalizeColumnName(java.lang.String, java.util.function.Function<java.lang.String,java.lang.String>, java.util.Set<java.lang.String>) to coerce Iceberg Schema column names to valid Deephaven column names similar to how it is done in Parquet schema processing.
The text was updated successfully, but these errors were encountered:
Use
io.deephaven.api.util.NameValidator#legalizeColumnName(java.lang.String, java.util.function.Function<java.lang.String,java.lang.String>, java.util.Set<java.lang.String>)
to coerce Iceberg Schema column names to valid Deephaven column names similar to how it is done in Parquet schema processing.The text was updated successfully, but these errors were encountered: