You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/03/18 11:31:45 UTC

[iotdb] branch clusterQueryOpt updated (87df2c8 -> 82cd3d2)

This is an automated email from the ASF dual-hosted git repository.

xiangweiwei pushed a change to branch clusterQueryOpt
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 87df2c8  Fix bugs
     add 82cd3d2  Fix review issues

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/query/aggregation/AggregateResult.java |  1 +
 .../aggregation/impl/FirstValueAggrResult.java      | 21 +++++++++++++--------
 .../aggregation/impl/LastValueDescAggrResult.java   | 21 +++++++++++++--------
 .../aggregation/impl/MaxTimeDescAggrResult.java     | 19 ++++++++++++-------
 .../query/aggregation/impl/MinTimeAggrResult.java   | 19 ++++++++++++-------
 .../adapter/ByTimestampReaderAdapter.java           |  2 ++
 6 files changed, 53 insertions(+), 30 deletions(-)