gaodayue opened a new pull request #1754: fix a bug in BetaRowsetReader which results in empty result URL: https://github.com/apache/incubator-doris/pull/1754 I didn't notice that `Reader` [relies on](https://github.com/apache/incubator-doris/blob/master/be/src/olap/reader.cpp#L120) the `_pos` and `_limit` fields of `DataBlock`(), and forgot to update them in `BetaRowsetReader::next_block`, which results in empty results when querying V2 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. 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]
