Skip to content

Commit

Permalink
0.0.180
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 12, 2025
1 parent c261eb4 commit dd1ab4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions orso/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ def to_flatcolumn(self) -> "FlatColumn":
nullable=self.nullable,
scale=self.scale,
precision=self.precision,
lowest_value=self.lowest_value,
highest_value=self.highest_value,
null_count=self.null_count
)

@property
Expand Down
2 changes: 1 addition & 1 deletion orso/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "0.0.179"
__version__: str = "0.0.180"
__author__: str = "@joocer"

0 comments on commit dd1ab4d

Please sign in to comment.