Franck Garcia
Franck Garcia
_Description_: SQLException are caught and re-throw as an IllegalStateException without keeping root cause _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : Open an interactive session on hsqldb and...
_Description_: field value may embed csv separator _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : ``` "output": { "type": "file", "props":{ "pathProvider":"const", "file": "./a.csv", "format": "csv" } },...
_Description_: Using a Pipe (|) delimiter with the "select" provider raises an error _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : use this snapshot in your config: ```...
_Description_: not specifying `props` for output console generates a NullPointerException _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : ``` “output” : { “type” : “console” } ``` The...
_Description_: _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : [This unit test](https://github.com/garcimouche/test-data-generator/blob/master/src/test/java/com/presidentio/testdatagenerator/output/FileSinkTest.java#L22) reproduces the error. You could also simply specify `"file": "a.sql"` when you choose a file output...
Thanks for this useful project. I need to run an integration test from a kafka consumer which is deployed to a running docker container with [arquillian](http://arquillian.org/). I have issues accessing...