caicancai commented on code in PR #3996:
URL: https://github.com/apache/calcite/pull/3996#discussion_r1812966359
##########
site/_docs/index.md:
##########
@@ -39,8 +39,17 @@ point it at some data.
{% highlight java %}
public static class HrSchema {
- public final Employee[] emps = 0;
- public final Department[] depts = 0;
+public final Employee[] emps = {
Review Comment:
@mihaibudiu It doesn't look like there is one at the moment, do you want me
to add one?
Only a series of tests based on
[HrSchema](https://github.com/apache/calcite/blob/main/testkit/src/main/java/org/apache/calcite/test/schemata/hr/HrSchema.java)
--
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]