delta-sharing icon indicating copy to clipboard operation
delta-sharing copied to clipboard

Support Sharing Delta Tables with Column Mappings

Open goodwillpunning opened this issue 2 years ago • 2 comments
trafficstars

Currently, Delta tables that leverage column mapping cannot be shared by the sharing server. The Delta standalone reader used by the reference sharing server is only compatible with Delta Tables prior to version 2. As a result, the sharing server will respond with an HTTP 400 status with an accompanying UNSUPPORTED_OPERATION error code.

HTTPError: 400 Client Error: Bad Request for url: http://<sharing-server-hostname>/delta-sharing/shares/us_stocks_share/schemas/tickers/tables/msft/query
 Response from server: 
 { 'errorCode': 'UNSUPPORTED_OPERATION',
  'message': '\n'
             'Delta protocol version (2,5) is too new for this version of '
             'Delta\n'
             'Standalone Reader/Writer (1,2). Please upgrade to a newer '
             'release.\n'}

goodwillpunning avatar Jan 17 '23 18:01 goodwillpunning

ack, this is in the road map.

linzhou-db avatar Jan 17 '23 19:01 linzhou-db

Any news on this one? I am eagerly waiting for this feature 😄. I saw that in release 1.0.0 were features released that would help with ColumnMapping and DeletionVector. Are there any timelines for these features?

dominikpeter avatar Sep 18 '23 09:09 dominikpeter