alexandervivas opened a new issue #7671: URL: https://github.com/apache/pinot/issues/7671
I was writing a scala client taking this project as a basement but I found something strange that later Xiang Fu confirmed it as a bug. Let's start here: https://github.com/apache/pinot/blob/5becf5b81c996a6be39a22fd99aacfa7f1b3e1ac/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/ResultTableResultSet.java#L113 In that method there are 2 instructions in lines 122 and 123 putting column names and column data types in a TextTable's object but when going into that class I found out there is no way this table can hold both headers as you can see here: https://github.com/apache/pinot/blob/5becf5b81c996a6be39a22fd99aacfa7f1b3e1ac/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/TextTable.java#L38 Let me know if I can do something to help. Best regards, Alexander -- 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