File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- try :
2- from ._version import __version__ # noqa: F401
3- except ImportError :
4- pass
5-
6- __substrait_version__ = "0.79.0"
7- __substrait_hash__ = "92d2e75"
8- __minimum_substrait_version__ = "0.30.0"
Original file line number Diff line number Diff line change 1212import substrait .gen .proto .extended_expression_pb2 as stee
1313import substrait .gen .proto .plan_pb2 as stp
1414import substrait .gen .proto .type_pb2 as stt
15- from substrait import __substrait_version__
15+ from substrait . version import __substrait_version__
1616from substrait .builders .extended_expression import (
1717 ExtendedExpressionOrUnbound ,
1818 resolve_expression ,
Original file line number Diff line number Diff line change 1+ __substrait_version__ = "0.79.0"
2+ __substrait_hash__ = "92d2e75"
3+ __minimum_substrait_version__ = "0.30.0"
You can’t perform that action at this time.
0 commit comments