MisterRaindrop commented on issue #74:
URL: https://github.com/apache/cloudberry-pxf/issues/74#issuecomment-3996047527

   The current solution is excellent. There are a few additional points to note.
   
   1. I suggest adding a pxf-jdbc-drivers documentation page that provides a 
verified compatibility
     matrix (Database Version × JDBC Driver Version × PXF Version). This would 
give users a clear
     reference for supported configurations and reduce issues caused by version 
mismatches.
   2. I suggest adding data type mapping tests for each supported database. The 
focus should be on  verifying correct read/write behavior for database-specific 
types (e.g., Oracle's
     NUMBER/DATE/TIMESTAMP WITH TIME ZONE, ClickHouse's 
Nullable/LowCardinality/Decimal). A dedicated
     type mapping matrix test — with a table covering all special types per 
database — would help
     catch the most common production issues.


-- 
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