There was an error while loading. Please reload this page.
1 parent fce857f commit 6435109Copy full SHA for 6435109
1 file changed
pyiceberg/table/update/snapshot.py
@@ -28,8 +28,8 @@
28
from typing import TYPE_CHECKING, Generic
29
30
from pyiceberg.avro.codecs import AvroCompressionCodec
31
-from pyiceberg.expressions import AlwaysFalse, AlwaysTrue, BooleanExpression, Or
32
from pyiceberg.exceptions import ValidationException
+from pyiceberg.expressions import AlwaysFalse, AlwaysTrue, BooleanExpression, Or
33
from pyiceberg.expressions.visitors import (
34
ROWS_MIGHT_NOT_MATCH,
35
ROWS_MUST_MATCH,
0 commit comments