zhuyufeng0809 commented on code in PR #4284:
URL: https://github.com/apache/calcite/pull/4284#discussion_r2030378554
##########
example/csv/build.gradle.kts:
##########
@@ -30,6 +30,7 @@ dependencies {
api(project(":core"))
api(project(":file"))
api(project(":linq4j"))
+ api(project(":server"))
Review Comment:
Sorry for the late reply. I am concerned that some users may use the sqlline
under the example/csv module to run this example instead of the root module, so
I have made the following changes. What do you think
--
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]