walterddr commented on code in PR #12326: URL: https://github.com/apache/pinot/pull/12326#discussion_r1473456422
########## pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotResultSet.java: ########## @@ -193,13 +193,19 @@ public InputStream getAsciiStream(int columnIndex) public BigDecimal getBigDecimal(int columnIndex, int scale) Review Comment: i was wondering if we should just implement the non deprecated version of the API `getBigDecimal(int columnIndex/columnLabel)`? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org