kevinjqliu commented on issue #992:
URL: https://github.com/apache/iceberg-python/issues/992#issuecomment-2270291709
Thank you. I was able to reproduce the error with
```
requested_columns=['*']
scan = table.scan(
selected_fields = (requested_columns),
row_filter=build_row_filter({
"dataset": "dataset_2_xxxx",
})
)
scan.to_pandas()
```
Error:
```
ResolveError: Field is required, and could not be found in the file: 1:
table_id: required string
```
Looks like @grobgl opened #997 as a possible fix
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]