arminnajafi commented on code in PR #6646:
URL: https://github.com/apache/iceberg/pull/6646#discussion_r1105456672


##########
python/pyproject.toml:
##########
@@ -103,6 +103,7 @@ hive = ["thrift"]
 s3fs = ["s3fs"]
 glue = ["boto3"]
 adlfs = ["adlfs"]
+dynamodb = ["boto3"]

Review Comment:
   @JonasJ-ap 
   Great! Thanks. It makes sense now. 
   
   
   
   



##########
python/pyproject.toml:
##########
@@ -103,6 +103,7 @@ hive = ["thrift"]
 s3fs = ["s3fs"]
 glue = ["boto3"]
 adlfs = ["adlfs"]
+dynamodb = ["boto3"]

Review Comment:
   @Fokko 
   Not sure what happened for you there but I wasn't able to reproduce your 
issue. It seemed to work for me:
   ```
   (pyiceberg-py3.10) ➜  python git:(support-ddb-catalog) ✗ time pyiceberg 
--catalog dynamo list
   nyc
   pyiceberg --catalog dynamo list  1.25s user 1.91s system 243% cpu 1.299 total
   (pyiceberg-py3.10) ➜  python git:(support-ddb-catalog) ✗ 
   
   ```



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

Reply via email to