xiedeyantu commented on code in PR #4357:
URL: https://github.com/apache/calcite/pull/4357#discussion_r2072414183
##########
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:
You can adjust the format to be consistent with other examples like the one
below.
```
/**
* Creates a relational expression for a values.
* It is equivalent to
*
* <blockquote><pre>VALUES((1, TRUE), (NULL, FALSE))</pre></blockquote>
*/
```
--
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]