Skip to content

Commit a913f40

Browse files
committed
fix: type error
1 parent 1207ae1 commit a913f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opteryx_catalog/catalog/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def build_parquet_manifest_entry_from_bytes(
349349
col_min_display,
350350
col_max_display,
351351
null_count,
352-
) = _compute_stats_for_arrow_column(col, field.type, file_path)
352+
) = _compute_stats_for_arrow_column(col, col_field.type, file_path)
353353

354354
# free the table-level reference if present so memory can be reclaimed
355355
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opteryx-catalog"
7-
version = "0.4.27"
7+
version = "0.4.28"
88
description = "Opteryx Cloud Catalog"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [

0 commit comments

Comments
 (0)