singhpk234 commented on issue #14879:
URL: https://github.com/apache/iceberg/issues/14879#issuecomment-3669516733

   2 options i can think of : 
   1. keep the expession as json node while building the response object and 
then in the getter from the response obj 
   PlanTableScanRequest.filter(schema) {
      return ExpressionParser.fromJson(jsonNodeExpression, schema);
   }
   2. pass schema to be used, in the plan-api call (spec change) in the request
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to