npawar opened a new pull request #4807: Include dataSchema in the ResultTable to retain column type information URL: https://github.com/apache/incubator-pinot/pull/4807 1. In order to retain column type information in the ResultTable, adding dataSchema. 2. Since DataSchema already has columnNames, removing _columns from ResultTable. 3. Changing the _rows to Object[] instead of Serializable[], so that we don't have to convert non-serializable columns to string (we do that currently for BYTES)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
