smaheshwar-pltr commented on code in PR #1499: URL: https://github.com/apache/iceberg-python/pull/1499#discussion_r1907586459
########## tests/integration/test_partitioning_key.py: ########## @@ -18,15 +18,15 @@ import uuid from datetime import date, datetime, timedelta, timezone from decimal import Decimal -from typing import Any, Callable, List, Optional +from typing import Any, List import pytest from pyspark.sql import SparkSession from pyspark.sql.utils import AnalysisException from pyiceberg.catalog import Catalog from pyiceberg.partitioning import PartitionField, PartitionFieldValue, PartitionKey, PartitionSpec -from pyiceberg.schema import Schema +from pyiceberg.schema import Schema, make_compatible_name Review Comment: The changes in this file address https://github.com/apache/iceberg-python/pull/1457#discussion_r1901220393 -- 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]
