eskabetxe opened a new issue, #12638:
URL: https://github.com/apache/gravitino/issues/12638

   ### Describe the subtask
   
   Add `trino-connector-482-483` (JDK 25 toolchain), depending on the shared
   version seam (#<SEAM>). Trino 482 and 483 are identical in wrapped surface
   (verified: same compile errors), so one module covers both.
   
   Trino 482 reworks the data path (on top of 481):
   - `ConnectorSplitManager.getSplits`: `DynamicFilter` -> `Set<ColumnHandle>`.
   - `ConnectorSplitSource.getNextBatch` signature change.
   - Page source & page sink provider signatures (`ConnectorTableCredentials`,
     `ConnectorPageSinkId`).
   - `GravitinoConstraint`: `predicate()` removed.
   - `JsonCodec` / `TypeSignatureDeserializer` symbols removed.
   This is the highest-risk piece (hot data path); seam the affected shared
   classes carefully and keep 435–481 green.
   
   Includes: module wiring, unit test (TestGravitinoConnector482), and
   docs/compat-matrix updates.
   
   ### Parent issue
   
   https://github.com/apache/gravitino/issues/12632


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