You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your work looks great! I want to modify testSql in src/test to rewrite other queries, but I found that there is no way to compile the code since the pom file is missing in the current repository. Is it possible to share the pom file so that users can compile the modified file and try to rewrite different queries? Thank you very much!
The text was updated successfully, but these errors were encountered:
sorry for the delay. The pom is only for the jar packages in calcite_core_main_jar/, and you can directly modify, compile and run testSql (any file in src/ actually) in your java ide.
Your work looks great! I want to modify testSql in src/test to rewrite other queries, but I found that there is no way to compile the code since the pom file is missing in the current repository. Is it possible to share the pom file so that users can compile the modified file and try to rewrite different queries? Thank you very much!
The text was updated successfully, but these errors were encountered: