Edmondo Porcu

Results 182 comments of Edmondo Porcu

@dberenbaum the idea is to put some versioned excel files in DVC (the input data source is really in excel) and have a job that clone the code and ingest...

Should I install DVC in a notebook and perform a dvc pull from the notebook? That would probably work

@tibor-mach thanks for following up! @dberenbaum the idea is that you have reference tables that you want to store under version control, and version them with your code. These are...

This is the DAG produced by the query ``` 2023-08-31T22:56:30.082233Z INFO arroyo_controller::compiler: digraph { 0 [ label = "nexmark_0:Nexmark" ] 1 [ label = "watermark_1:Watermark" ] 2 [ label =...

I fixed the linting, but I think I should add a test since I have grown the API surface before this get merged. I submitted to verify if I was...

@ion-elgreco looks also there is a flaky concurrency test

@andygrove do we have already a framework for fuzz testing in Scala (i.e. ScalaCheck?) Should anyone wait until you are done with the first ones so you establish a pattern?

@andygrove can I take care of this " Implement a mechanism where we can selectively fall back to Spark for specific cast operations" ? I was looking at the top...

This seems related to [this](https://github.com/apache/datafusion/pull/10593#discussion_r1608470231) comment