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

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


    from 63127bc  change default force full merge config (#3195)
     new c0b2c8b  jdbc - get col type bug (#3220)
     new 824b4c6  Bug Fix: Overlapped data should be consumed first (#3270)
     new 6ffda68  Fix group by data inconsistence bug (#3317)
     new e597ab9  Fix bug in disable align it (#3333)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/jdbc/AbstractIoTDBJDBCResultSet.java     |   4 +-
 .../iotdb/jdbc/IoTDBNonAlignJDBCResultSet.java     |   3 +
 .../org/apache/iotdb/jdbc/IoTDBResultMetadata.java |   8 +-
 .../apache/iotdb/jdbc/IoTDBResultMetadataTest.java |   2 +-
 .../db/query/aggregation/impl/CountAggrResult.java |  24 ++---
 .../iotdb/db/query/reader/series/SeriesReader.java |   8 +-
 .../iotdb/db/integration/IoTDBDisableAlignIT.java  |   2 +-
 .../iotdb/db/integration/IoTDBGroupByUnseqIT.java  | 103 ++++++++++++++++-----
 .../db/integration/IoTDBOverlappedPageIT.java      |  86 ++++++++++++++---
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  39 ++++++++
 .../java/org/apache/iotdb/rpc/IoTDBRpcDataSet.java |   8 +-
 .../org/apache/iotdb/session/SessionDataSet.java   |   2 +-
 .../iotdb/session/pool/SessionDataSetWrapper.java  |   3 +-
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java |   2 +-
 14 files changed, 218 insertions(+), 76 deletions(-)

Reply via email to