Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making code example more compilable #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kenmy
Copy link

@kenmy kenmy commented Feb 15, 2024

Line of code:
public final Employee[] emps = 0;
is not valid from java side. It was changed to
public final Employee[] emps = new Employee[0];
This line can be compiled by Java compiler

Line of code:
public final Employee[] emps = 0;
is not valid from java side. It was changed to 
public final Employee[] emps = new Employee[0];
This line can be compiled by Java compiler
@libenchao
Copy link
Member

Please note calcite-site's content is generated automatically via Github Actions, instead of committing manually. That said, calsite-site repository should not receive PRs.

@caicancai
Copy link
Member

@kenmy Hi, You should modify the calcite code instead of the calcite-site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants