You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/28 08:20:58 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1529: [CALCITE-3442] `stored_fields = _none_` prohibit FetchPhase get be involved

danny0405 commented on a change in pull request #1529: [CALCITE-3442] `stored_fields = _none_` prohibit FetchPhase get be involved 
URL: https://github.com/apache/calcite/pull/1529#discussion_r339439967
 
 

 ##########
 File path: elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/AggregationTest.java
 ##########
 @@ -117,7 +117,7 @@ public void countStar() {
         .query("select count(*) from view")
         .queryContains(
             ElasticsearchChecker.elasticsearchChecker(
-                "_source:false, size:0, track_total_hits:true"))
+                "_source:false, 'stored_fields': '_none_', size:0,  track_total_hits:true"))
         .returns("EXPR$0=3\n");
 
 Review comment:
   Unnecessary whitespace after `size:0,`

----------------------------------------------------------------
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


With regards,
Apache Git Services