Tomasz Machalski
Tomasz Machalski
Nope, upgrade is not supported for ESP8266, take a look at https://github.com/eerimoq/simba/tree/master/src/oam/ports/esp -> where is no upgrade.i implementation for esp.
Maybe related. I'm, getting the following error. And yes, it is parquet with nested struct. ``` --------------------------- Something went wrong --------------------------- Could not load parquet file. If the problem persists...
Nope, still on 3.2.0 as it is latest released.
I just checked 3.2.1.0 - works much better and opens my file correctly 👍 Thank you.
After some testing, it looks like it is not handled 100% correct. Example schema: ``` message test-msg { required int32 data_required32; required int64 data_required64; optional binary data_optional_missing (UTF8); optional binary...
It fails on creating `bin` directory. As a workaround, I added `RUN mkdir -m777 /myspeed/bin` to `Dockerfile`. That way I can run it via `docker ... -u 1000:1000` and it...