Question
df = pyarrow.read_table(read_dictionary=[string_columns])
table = catalog.load_table(table_name)
tabe.append(df)
I'm getting this log - n times - "Iceberg does not have a dictionary type. will be infered as string"
Will pyiceberg support dictionary type in future ?
why dictionary type support not provided in the pyiceberg currently ?
Question
df = pyarrow.read_table(read_dictionary=[string_columns])
table = catalog.load_table(table_name)
tabe.append(df)
I'm getting this log - n times - "Iceberg does not have a dictionary type. will be infered as string"
Will pyiceberg support dictionary type in future ?
why dictionary type support not provided in the pyiceberg currently ?