You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeltaSharingProfile and Protocol version has not been updated to version 3 which impacts to rest client when connecting to a server that has tables with corresponding versions.
Server side change (Wrap delta action in the response action when responseFormat=delta) addressed in PR has not been updated in rest client side
Steps to reproduce
Connect to a deltashare server with Protocol version 3 tables (Ideally tables with deletion vectors)
Call query_table_metadata function on the DataSharingRestClient
table_metadata variable should populated without any error
Further details
Environment information
Delta Lake version: 1.2.0
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
Yes. I can contribute a fix for this bug independently.
Yes. I would be willing to contribute a fix for this bug with guidance from the Delta Lake community.
No. I cannot contribute a bug fix at this time.
The text was updated successfully, but these errors were encountered:
sameerawi
changed the title
[BUG][REST Client] Protocol version and wrap delta action server side changes have not been applied to reset client
[BUG][REST Client] Protocol version and wrap delta action server side changes have not been applied to REST client
Dec 27, 2024
Bug
Delta rest client
DeltaSharingProfile and Protocol version has not been updated to version 3 which impacts to rest client when connecting to a server that has tables with corresponding versions.
Server side change (Wrap delta action in the response action when responseFormat=delta) addressed in PR has not been updated in rest client side
Steps to reproduce
Observed results
An error occurred: 'minReaderVersion'
Expected results
table_metadata variable should populated without any error
Further details
Environment information
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
The text was updated successfully, but these errors were encountered: