horaedb-client-java
horaedb-client-java copied to clipboard
Apache HoraeDB (Incubating) Java Client.
**Describe this problem** In parseArrowBatch, it will return an empty list when there is io exception, which is totally wrong. https://github.com/CeresDB/ceresdb-client-java/blob/3f5a19f724e26dfb2b1a98053d64230689aef80f/ceresdb-protocol/src/main/java/io/ceresdb/util/Utils.java#L465 **Steps to reproduce** No need. **Expected behavior** It should...
**Describe this problem** It occurs `Table not found` when aliasing a table name in sql **Steps to reproduce** Run this sql with sdk ``` select * from `SPM_2197803522_INFLUENCE_DEFAULT` t1 WHERE...
**Describe this problem** `Create table` and `Drop table` need to use routing. But the current logic is using the management addr to create table. **Steps to reproduce** **Expected behavior** **Additional...