Fokko commented on code in PR #8304:
URL: https://github.com/apache/iceberg/pull/8304#discussion_r1334288397
##########
python/tests/catalog/test_glue.py:
##########
@@ -441,12 +441,13 @@ def
test_update_namespace_properties_overlap_update_removal(
@mock_glue
def test_passing_profile_name() -> None:
- session_properties = {
+ session_properties: Dict[str, Any] = {
Review Comment:
nit
```suggestion
session_properties: Dict[str, Optional[str]] = {
```
--
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]