JanKaul
JanKaul
I think I have the same problem with [popper.js](https://popper.js.org/). The program fails to load: `var _popper = _interopRequireDefault(require("popper.js"));` When I bundle it with webpack, it works fine.
Are you installing a different tensorflow version with pip in google colab? Then the GPU might not be set up properly. Instead use the %tensorflow_version magic as described [here](https://colab.research.google.com/notebooks/tensorflow_version.ipynb).
That makes total sense. I wanted to have something which hides the asynchronous complexity from the user and this option allowed me to do that. If you choose the output...
All right, thanks for the clarification. I can't wait to get seamless integration.
+1 for rust SDK
I'm currently trying to extend the existing https://github.com/oliverdaff/iceberg-rs repo to get a working rust iceberg implementation. If anyone wants to contribute, it would be awesome. Just getting some input on...
Hey @purefunctions, it's cool to hear that you are also working on a rust iceberg implementation. In the meantime I extended the iceberg-rs repo with a catalog trait, a [postgres...
Sounds great. I guess the best places to discuss further topics are the Iceberg or Datafusion slack channels. Regarding which repo to use, I would use the most feature complete...
I created a PR #1568 that should fix the first point (wasm32-wasi support). I had to make sure to use a CI action that installs the rust toolchain with rustup,...
I have created a new repo https://github.com/JanKaul/iceberg-rust that I'm actively working on. It supports reading and writing of metadata, manifest and data files as well as preliminary read support for...