Skip to content

Commit 4060a2f

Browse files
committed
comment nits.
1 parent 9f3d491 commit 4060a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ impl LazyArrowStreamTable {
257257
// Try to get the current tokio runtime handle (available when called from DataFusion context)
258258
let runtime = Handle::try_current().ok();
259259

260-
// Create FFI wrapper (v49 API takes 3 arguments)
260+
// Create FFI wrapper
261261
let ffi_provider = FFI_TableProvider::new(
262262
provider, false, // can_support_pushdown_filters
263263
runtime,

xarray_sql/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def read_xarray(ds: xr.Dataset, chunks: Chunks = None) -> pa.RecordBatchReader:
154154
"""Pivots an Xarray Dataset into a PyArrow Table, partitioned by chunks.
155155
156156
Args:
157-
ds: An Xarray Dataset. All `data_vars` mush share the same dimensions.
157+
ds: An Xarray Dataset. All `data_vars` must share the same dimensions.
158158
chunks: Xarray-like chunks. If not provided, will default to the Dataset's
159159
chunks. The product of the chunk sizes becomes the standard length of each
160160
dataframe partition.

0 commit comments

Comments
 (0)