arminnajafi commented on code in PR #6646: URL: https://github.com/apache/iceberg/pull/6646#discussion_r1105458019
########## python/pyproject.toml: ########## @@ -103,6 +103,7 @@ hive = ["thrift"] s3fs = ["s3fs"] glue = ["boto3"] adlfs = ["adlfs"] +dynamodb = ["boto3"] Review Comment: But I updated the logic to `if len(tuple_identifier) > 1:` anyway which I think is more descriptive and accurate to what we had before. -- 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]
