presto icon indicating copy to clipboard operation
presto copied to clipboard

Add support to query Iceberg table by branch/tag name

Open agrawalreetika opened this issue 5 months ago • 1 comments

Description

Add support to query Iceberg table by branch/tag name

Motivation and Context

Resolves https://github.com/prestodb/presto/issues/22029

Impact

Resolves https://github.com/prestodb/presto/issues/22029

Test Plan

Added tests

Contributor checklist

  • [ ] Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • [ ] If release notes are required, they follow the release notes guidelines.
  • [ ] Adequate tests were added if applicable.
  • [ ] CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

Iceberg Connector Changes
* Add support to query Iceberg table by branch/tag name :pr:`23539`

agrawalreetika avatar Aug 28 '24 16:08 agrawalreetika