Deephaven does not currently handle Iceberg column names that happen to be java keywords.
For example, the Iceberg column name "long" will result in a TableDefinition column name of "column_long". In this scenario though, the data is no longer properly mapped.
Deephaven does not currently handle Iceberg column names that happen to be java keywords.
For example, the Iceberg column name "long" will result in a TableDefinition column name of "column_long". In this scenario though, the data is no longer properly mapped.
https://gist.github.com/devinrsmith/86b4f5fa827509df458834e7ba07ad08