jaceksan opened a new pull request, #12480:
URL: https://github.com/apache/pinot/pull/12480

   Suppress emitting SQLFeatureNotSupportedException when Pinot does not 
support some JDBC features.
   It prevents developers from integrating Pinot with 3rd-party platforms, e.g. 
BI platforms, which collect metadata about tables/columns and these operations 
are failing with this exception. It would be annoying to try/except in every 
such case.
   
   The last commit contains a fix of TABLE_CATALOG column name - based on JDBC 
standard it must be TABLE_CAT and it must be presented in the first place of 
each metadata table.


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