Closed andrewgazelka closed 3 weeks ago
This change adds a new Spark Connect server implementation in Rust, enabling Daft to communicate with Spark Connect clients. Key additions include:
The commit also includes a small change to Utf8Array to use i64 as the default offset type.
Utf8Array
i64
closing this as per @samster25 and my discussion. See #3236 for related PR.
This change adds a new Spark Connect server implementation in Rust, enabling Daft to communicate with Spark Connect clients. Key additions include:
The commit also includes a small change to
Utf8Array
to usei64
as the default offset type.