Rajat Venkatesh
Rajat Venkatesh
https://issues.redhat.com/browse/DBZ-5181 A Debezium Server implementation may run multiple engines to parallelize work between them. To enable multi-tasking an engine should be assigned an ID and the provide total number of...
It is not surprising that deep and shallow scan show different results. Shallow scan only looks at column names. Deep scan looks at a sample of the data. I've even...
Account API supports managing Hive Bootstrap: http://docs.qubole.com/en/latest/rest-api/account_api/set-bootstrap.html There is no equivalent support in the sdk.
Create a docker image with Quark, Zeppelin and common JDBC jars pre-installed to help new users to experiment and onboard easily.
This may be related #18 . Unit tests throw the following warnings: ``` Feb 25, 2016 6:09:42 PM org.apache.calcite.util.trace.CalciteLogger warning WARNING: VARCHAR for value of class class java.math.BigDecimal is being...