jerryshao commented on code in PR #4628:
URL: https://github.com/apache/gravitino/pull/4628#discussion_r1743099932


##########
settings.gradle.kts:
##########
@@ -48,7 +48,7 @@ include(
 include("iceberg:iceberg-common")
 include("iceberg:iceberg-rest-server")
 include("authorizations:authorization-ranger")
-include("trino-connector")
+include("trino-connector", "trino-connector:integration-test")

Review Comment:
   I'm inclined to use this style.
    
   > Adding a module directly is the smallest change. You can check if it's 
necessary to reorganize to the following directory structure:
   > 
   > ```
   > trino-connector
   > ├── trino-connector
   > │   ├── src
   > │   ├── build.gradle.kts
   > ├── integration-test
   > │   ├── src
   > │   ├── build.gradle.kts
   > └── build.gradle.kts
   > ```
   
   



-- 
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]

Reply via email to