We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1207ae1 commit a913f40Copy full SHA for a913f40
opteryx_catalog/catalog/manifest.py
@@ -349,7 +349,7 @@ def build_parquet_manifest_entry_from_bytes(
349
col_min_display,
350
col_max_display,
351
null_count,
352
- ) = _compute_stats_for_arrow_column(col, field.type, file_path)
+ ) = _compute_stats_for_arrow_column(col, col_field.type, file_path)
353
354
# free the table-level reference if present so memory can be reclaimed
355
try:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "opteryx-catalog"
7
-version = "0.4.27"
+version = "0.4.28"
8
description = "Opteryx Cloud Catalog"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
authors = [
0 commit comments