ostinru opened a new pull request, #97:
URL: https://github.com/apache/cloudberry-pxf/pull/97

   ### Add ClickHouse JDBC tests
   
   Add new tests to cover Cloudberry -> PXF -> JDBC path. In this test we are 
verifying that main data Cloudberry and ClickHouse types can be converted back 
and forth.
   
   Test covers ClickHouse 24.x and 26.x versions. Open-source ClickHouse has 
short support lifetime.
   
   I tested following clickhouse-jdbc drivers:
   * 0.6.x (`jdbc-v1`) - works well with old ClickHouse versions. In ClickHouse 
25.10 `jdbc-v1` got broken 
https://github.com/ClickHouse/clickhouse-java/issues/2636 and all queries 
raised an "Magic is not correct" error message.
   * 0.9.4 - fixes "Magic" issues, however has issue with String <-> bytea 
conversion `ERROR: PXF server error : Method: getBytes("bin") encountered an 
exception.`
   * 0.9.7+ - works well
   
   ### Add jdbc-pxf-drivers project
   
   Add new `jdbc-pxf-drivers` project to server. It excluded from default 
DEB-package build. Explicit actions required to install jdbc-drivers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to