We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c261eb4 commit dd1ab4dCopy full SHA for dd1ab4d
orso/schema.py
@@ -274,6 +274,9 @@ def to_flatcolumn(self) -> "FlatColumn":
274
nullable=self.nullable,
275
scale=self.scale,
276
precision=self.precision,
277
+ lowest_value=self.lowest_value,
278
+ highest_value=self.highest_value,
279
+ null_count=self.null_count
280
)
281
282
@property
orso/version.py
@@ -10,5 +10,5 @@
10
# See the License for the specific language governing permissions and
11
# limitations under the License.
12
13
-__version__: str = "0.0.179"
+__version__: str = "0.0.180"
14
__author__: str = "@joocer"
0 commit comments