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


##########
scripts/dependencies.py:
##########
@@ -22,34 +22,41 @@
 
 DIRS = [
     "crates/iceberg",
-
-    "crates/catalog/glue", "crates/catalog/hms",
-    "crates/catalog/memory", "crates/catalog/rest",
+    "crates/catalog/glue",
+    "crates/catalog/hms",
+    "crates/catalog/memory",
+    "crates/catalog/rest",
     "crates/catalog/sql",
-
     "crates/integrations/datafusion",
-    
-    "bindings/python"
+    "bindings/python",

Review Comment:
   May we just need to call `cargo metadata --no-deps --format-version 1` and 
process left parts with python.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to