zoudan commented on code in PR #3059:
URL: https://github.com/apache/calcite/pull/3059#discussion_r1096917647
##########
core/src/main/java/org/apache/calcite/rel/externalize/RelJson.java:
##########
@@ -857,7 +871,10 @@ private List<RexNode> toRexList(RelInput relInput, List
operands) {
* @param translator Input translator
* @param o JSON object
* @return the transformed RexNode
+ *
+ * @deprecated Use {@link #toRex(RelOptCluster, Object)}
Review Comment:
should we keep them both?
--
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]