ebyhr commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-4472816997
`DataScan` introduced the `use_ref` method in version 0.5.0. Here's how you can use it: ```python table.scan().use_ref(branch)... ``` Why is it necessary to add a new parameter to the `scan` method? -- 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]
