sulees commented on code in PR #4357:
URL: https://github.com/apache/calcite/pull/4357#discussion_r2072422192
##########
core/src/test/java/org/apache/calcite/examples/RelBuilderExample.java:
##########
@@ -71,11 +71,10 @@ private RelBuilder doExample(RelBuilder builder, int i) {
}
/**
- * Creates a relational expression for a table scan.
- * It is equivalent to
- *
- * <blockquote><pre>SELECT *
- * FROM emp</pre></blockquote>
+ * Creates a relational expression
Review Comment:
i changed th format, thanks
##########
core/src/test/java/org/apache/calcite/examples/RelBuilderExample.java:
##########
@@ -71,11 +71,10 @@ private RelBuilder doExample(RelBuilder builder, int i) {
}
/**
- * Creates a relational expression for a table scan.
- * It is equivalent to
- *
- * <blockquote><pre>SELECT *
- * FROM emp</pre></blockquote>
+ * Creates a relational expression
Review Comment:
I changed the format, thanks
--
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]