Darek
Darek
They are used in different stacks, how would you suggest we re-use them across multiple stacks?
> > They are used in different stacks, how would you suggest we re-use them across multiple stacks? > > As we discussed above, for the config file, let's put...
Spark on [K8s](https://spark.apache.org/docs/latest/running-on-kubernetes.html) has been supported for few years now. Quickest solution is to use the [operator](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator).
Dash uses React [16](https://github.com/plotly/dash/blob/52b73b1cc01bffc186f0c2f5286ca256a9aeccf7/dash/dash-renderer/package.json#L35), [ticket](https://github.com/plotly/dash/issues/2254) to upgrade it to React 18.2 has not moved in a while. `dash._dash_renderer._set_react_version("18.2.0")` is experimental. If you need this simple functionality in React 18, I...
@universalmind303 I believe this [line](https://github.com/pola-rs/nodejs-polars/blob/0875ae0ab1d564ae69176ca0dcb52423121178f2/polars/series/index.ts#L1050) should be: `return _Series(pli[internalMethod](_Series(_s), ...args));` but I try it, I get: `Failed to recover JsSeries type from napi value` Any ideas? Thx
@gdubya Delta tables are just versioned Parquet files. `node-polars` supports `readParquet` already. Are there specific features of Delta that you need? Thx
We had #190 but it was decided that it's too heavy and we shelved it for now.
@stinodego Python Polars 0.19.2 throws the same error on this [file](https://paste.c-net.org/ViperMoronic): `exceptions.ArrowErrorException: OutOfSpec("InvalidHeader")` `df = pl.read_ipc('https://paste.c-net.org/ViperMoronic')` It seems that `.ipc` file needs to start and end with `ARROW1` for Polars...
@universalmind303 Since we have `sinkCSV and `sinkParquet` implemented, is it time to close this ticket? Thx
This [PR](https://github.com/unchartedsoftware/sparklet/pull/9) should solve this problem if it still exists. :)