Skip to content

Commit cb3d63a

Browse files
committed
Added new namespaces for icechunk
1 parent cf9b97f commit cb3d63a

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from icechunk._icechunk_python import (
2+
CachingConfig,
3+
CompressionConfig,
4+
CompressionAlgorithm,
5+
ObjectStoreConfig,
6+
RepositoryConfig,
7+
initialize_logs,
8+
set_logs_filter
9+
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from icechunk._icechunk_python import (
2+
BasicConflictSolver,
3+
Conflict,
4+
ConflictDetector,
5+
ConflictSolver,
6+
ConflictType,
7+
VersionSelection
8+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from icechunk._icechunk_python import (
2+
ConflictError,
3+
IcechunkError,
4+
RebaseFailedError
5+
)
6+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from icechunk._icechunk_python import (
2+
ManifestConfig,
3+
ManifestFileInfo,
4+
ManifestPreloadCondition,
5+
ManifestPreloadConfig,
6+
ManifestSplitCondition,
7+
ManifestSplitDimCondition,
8+
ManifestSplittingConfig,
9+
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from icechunk._icechunk_python import (
2+
SnapshotInfo,
3+
Diff
4+
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from icechunk._icechunk_python import (
2+
VirtualChunkContainer,
3+
VirtualChunkSpec
4+
)

0 commit comments

Comments
 (0)