jtavernier commented on issue #2791:
URL: https://github.com/apache/iceberg/issues/2791#issuecomment-2689091883
We're facing the same challenges; this feature would be highly beneficial.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
github-actions[bot] closed issue #2791: Alter table to generic types
URL: https://github.com/apache/iceberg/issues/2791
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
github-actions[bot] commented on issue #2791:
URL: https://github.com/apache/iceberg/issues/2791#issuecomment-2237833284
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2791:
URL: https://github.com/apache/iceberg/issues/2791#issuecomment-2209658040
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
paulboocock commented on issue #2791:
URL: https://github.com/apache/iceberg/issues/2791#issuecomment-1772547132
We have two common type evolutions that we'd like to see:
int -> float
int -> string
Actually, for the latter it's more like:
numeric -> string
This is f