Fokko commented on code in PR #1534:
URL: https://github.com/apache/iceberg-python/pull/1534#discussion_r1953389250


##########
vendor/fb303/FacebookService.py:
##########
@@ -2417,4 +2417,4 @@ def __ne__(self, other):
 all_structs.append(shutdown_args)
 shutdown_args.thrift_spec = ()
 fix_spec(all_structs)
-del all_structs
+del all_structs

Review Comment:
   ```suggestion
   del all_structs
   
   ```



##########
vendor/hive_metastore/ThriftHiveMetastore.py:
##########
@@ -72957,4 +72957,4 @@ def __ne__(self, other):
     ),  # 1
 )
 fix_spec(all_structs)
-del all_structs
+del all_structs

Review Comment:
   ```suggestion
   del all_structs
   
   ```



##########
vendor/hive_metastore/ttypes.py:
##########
@@ -42512,4 +42512,4 @@ def __ne__(self, other):
     ),  # 1
 )
 fix_spec(all_structs)
-del all_structs
+del all_structs

Review Comment:
   ```suggestion
   del all_structs
   
   ```



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