yukkit commented on issue #591: URL: https://github.com/apache/iceberg-rust/issues/591#issuecomment-2335128308
FWIW. Can we introduce a structure similar to `TableIdent` to represent field paths, named 'FieldPath'? 1. We could modify the elements of selected `TableScan::column_names` from `string` to `FieldPath` (and provide some utilities to simplify the construction of `FieldPath`). 2. Change the key in `name_to_id` to `FieldPath`. 3. Perhaps the logic for looking up fields via `FieldPath` would also need to be modified. -- 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 unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org