William ATTACHE

Results 2 comments of William ATTACHE

Hello @chernser Thank you for your response. Yes sorry I forgot the code snippet but next rows are ``` // Run insert try (InsertResponse response = clickhouseClient.insert(tableName, inputStream, format, settings).get())...

Hello, We tried `Apache Arrow` format with the client and it works well. For Dataflow we just need a custom image to pass `--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED` to the JVM. Also for now...