plusplusjiajia opened a new pull request, #498:
URL: https://github.com/apache/paimon-rust/pull/498

   ### Purpose
   
     Add the REST client side of the `authTableQuery` endpoint, which returns 
the
     per-user row filter and column masking for a `query-auth.enabled` table
     (follow-up to #447). This PR is wire-level only — no read-path changes;
     enforcement comes in follow-up PRs.
   
     ### Changes
   
     - `AuthTableQueryRequest` (projected columns) and `AuthTableQueryResponse`
       (`filter` / `columnMasking`) wire types, matching the Java definitions
     - `ResourcePaths::auth_table`: `.../databases/{db}/tables/{table}/auth`
     - `RESTApi::auth_table_query`: POSTs the request and returns the response
   
     ### Tests
   
     - Serde tests pinning the wire field names and `{}` → unrestricted
     - Path-encoding and request-body serialization tests


-- 
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]

Reply via email to