mihaibudiu opened a new pull request, #5156:
URL: https://github.com/apache/calcite/pull/5156

   ## Jira Link
   
   [CALCITE-7451](https://issues.apache.org/jira/browse/CALCITE-7451)
   
   ## Changes Proposed
   
   The semantics of REINTERPRET CAST was never specified. Moreover, the cast 
was inserted very early by various conversions and optimizations; at best this 
is supposed to be a physical operator.
   
   This PR deprecates entirely the REINTERPRET operator and replaces all uses 
of it with either normal casts or expressions that produce the correct result. 
One prominent place where it was used was the arithmetic of interval 
expressions.


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