Matt Casters
Matt Casters
> Maybe @mattcasters knows why a simple read is not provided in Beam. Frankly I couldn't come up with a good way to parallelise a Cypher query in a generic...
I'd be happy to consider any and all changes to Neo4jIO. It was really hard to get it across the finish line because of all the new rules and regulations...
Hi Sergio! Thanks for this change. Could you document the change in the adoc and perhaps create an integration test? Let me know if you need help with any of...
A generic step now uses a single threaded transformation. I think it's a good idea to fork the code, simplify for the input steps which can simply run streaming in...
Added test-cases for Filter Rows and Switch/Case, the most popular ones. I have now confidence the generics work now behind this.
To be fair, that filter step is not configured correctly (otherwise said, something I have never seen, didn't know it was working :-)) So either just filter the rows with...
Should be easy to fix.
Is filter-split-combine.ktr working for you?
Also, this is an old case, it got me confused for a while. If you have bugs, please simply report them, the more the better, TIA :-)
Well, FWIW, both the split and the filter-default.ktr example (I just added it to kettle-beam-examples) works fine. Try to update to kettle-beam v1.0.0 and recompile it.