From 387bc98df7547f2bfdf09fd3e0b372e8bb9216b0 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 24 Jun 2024 12:01:42 -0400 Subject: [PATCH] remove comment --- stac_geoparquet/arrow/_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stac_geoparquet/arrow/_api.py b/stac_geoparquet/arrow/_api.py index ab4404a..3389450 100644 --- a/stac_geoparquet/arrow/_api.py +++ b/stac_geoparquet/arrow/_api.py @@ -113,7 +113,6 @@ def parse_stac_ndjson_to_arrow( return pa.RecordBatchReader.from_batches(schema, batches) -# TODO: change this table input to a PyCapsule interface compliant stream def stac_table_to_items( table: pa.Table | pa.RecordBatchReader | ArrowStreamExportable, ) -> Iterable[dict]: