Skip to content

Commit dd1ab4d

Browse files
committed
0.0.180
1 parent c261eb4 commit dd1ab4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

orso/schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ def to_flatcolumn(self) -> "FlatColumn":
274274
nullable=self.nullable,
275275
scale=self.scale,
276276
precision=self.precision,
277+
lowest_value=self.lowest_value,
278+
highest_value=self.highest_value,
279+
null_count=self.null_count
277280
)
278281

279282
@property

orso/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
__version__: str = "0.0.179"
13+
__version__: str = "0.0.180"
1414
__author__: str = "@joocer"

0 commit comments

Comments
 (0)