Fokko commented on code in PR #5391: URL: https://github.com/apache/iceberg/pull/5391#discussion_r933978003
########## python/vendor/hive_metastore/ThriftHiveMetastore-remote: ########## @@ -0,0 +1,3364 @@ +#!/usr/bin/env python +# +# Autogenerated by Thrift Compiler (0.16.0) +# +# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING +# +# options string: py +# + +import pprint +import sys + +if sys.version_info[0] > 2: + from urllib.parse import urlparse +else: + from urlparse import urlparse + +from hive_metastore import ThriftHiveMetastore +from hive_metastore.ttypes import * +from thrift.protocol.TBinaryProtocol import TBinaryProtocol +from thrift.transport import ( + THttpClient, + TSocket, + TSSLSocket, + TTransport, +) + +if len(sys.argv) <= 1 or sys.argv[1] == "--help": Review Comment: No, we're not using this at all. It is autogenerated and we get this for free, but I don't think anyone would use this. I would just leave it in, since it isn't being imported anywhere. -- 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