mounahaadi opened a new issue, #10491:
URL: https://github.com/apache/iceberg/issues/10491
When I run
from pyiceberg.table.partitioning import PartitionSpec, PartitionField
from pyiceberg.transforms import DayTransform
Getting error like this
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 1
----> 1 from pyiceberg.table.partitioning import PartitionSpec,
PartitionField
2 from pyiceberg.transforms import DayTransform
ModuleNotFoundError: No module named 'pyiceberg.table.partitioning'
--
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]