liurenjie1024 commented on code in PR #109:
URL: https://github.com/apache/iceberg-rust/pull/109#discussion_r1411521057


##########
crates/catalog/rest/Cargo.toml:
##########
@@ -40,5 +41,7 @@ urlencoding = { workspace = true }
 uuid = { workspace = true, features = ["v4"] }
 
 [dev-dependencies]
+iceberg_test_utils = { path = "../../test_utils" }

Review Comment:
   Any other suggestions? Another approach I come up with is to specify paths 
for module, like following:
   ```
   #[path="../../test_utils"]
   mod iceberg_test_utils;
   ```
   
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to