You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/07 05:57:52 UTC

[GitHub] [iotdb] jixuan1989 commented on a change in pull request #2436: [IOTDB-1104] Refactor the error handling process of query exceptions

jixuan1989 commented on a change in pull request #2436:
URL: https://github.com/apache/iotdb/pull/2436#discussion_r553124236



##########
File path: server/src/test/java/org/apache/iotdb/db/integration/aggregation/IoTDBAggregationIT.java
##########
@@ -659,7 +659,8 @@ public void avgSumErrorTest() {
           fail();
         }
       } catch (Exception e) {
-        Assert.assertEquals("500: Unsupported data type in aggregation AVG : TEXT", e.getMessage());

Review comment:
       I think the ERROR code is more important...




----------------------------------------------------------------
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:
users@infra.apache.org