Remi Dettai

Results 23 comments of Remi Dettai

As a workaround when using local references (e.g source = ../module), delete the `modules.json` files before running apply: - `find . -wholename "*/.terraform/modules" -type d | xargs rm -r` Check...

@andygrove as the client is handling the logical plan, I think it does not need to know about the list of files or the statistics, it only needs the schema:...

In apache/arrow-datafusion#962 I am considering the possibility to make the statistics part of the `ExecutionPlan` trait (and remove them from `TableProvider`). But I think that not all nodes will have...

completely agree, even zeppelin now ships with scala 2.11 now

TODO: - [x] https://github.com/tenzir/event-horizon/pull/1553 - [ ] ~Add integration tests with a fixed Feodo and Pulsedive set of matchers~

https://github.com/tenzir/vast/actions/runs/2851832812

https://github.com/tenzir/vast/actions/runs/2866002074

https://github.com/tenzir/vast/actions/runs/2867157815

@dispanser don't review the docs to harshly, I will actually bring another batch of improvements to it in https://github.com/tenzir/vast/pull/2510 😉

This probably a naive question, but is there something that we could do as a community so that AWS officially endorses the maintenance of Rusoto?