snleee commented on pull request #6353: URL: https://github.com/apache/incubator-pinot/pull/6353#issuecomment-745030518
<img width="530" alt="Screen_Shot_2020-12-14_at_6 19 11_PM" src="https://user-images.githubusercontent.com/27253407/102167419-35b94f80-3e43-11eb-82bc-917b068894bb.png"> ``` SELECT ObjectAttributes from T where ... ORDER BY timestamp DESC LIMIT 1000 ``` The above query returns the `ObjectAttributes (NULL) `. After this patch, it correctly returns `ObjectAttributes (STRING)` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org