JingsongLi commented on a change in pull request #8035:
[FLINK-11975][table-planner-blink] Support to run a sql query : 'SELECT * FROM
(VALUES (1, 2, 3)) T(a, b, c)'
URL: https://github.com/apache/flink/pull/8035#discussion_r268472679
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/generated/GeneratedInput.java
##########
@@ -29,6 +29,17 @@
private static final long serialVersionUID = -7355875544905245676L;
+
+ /**
+ * Creates a GeneratedInput.
+ *
+ * @param className class name of the generated Function.
+ * @param code code of the generated Function.
+ */
+ public GeneratedInput(String className, String code) {
Review comment:
I don't think we need it.
You should take `ctx.references`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services