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


##########
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:
   actually i prefer this PR as is right now and moved the change to #1370 
since we need to regenerate the license after adding the new directories



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