nichunen commented on a change in pull request #785: KYLIN-4117 Auto adjust
data type of RelNode for intersect_count
URL: https://github.com/apache/kylin/pull/785#discussion_r310979811
##########
File path:
query/src/main/java/org/apache/kylin/query/relnode/OLAPProjectRel.java
##########
@@ -336,4 +367,72 @@ public RelWriter explainTerms(RelWriter pw) {
return super.explainTerms(pw).item("ctx",
context == null ? "" : String.valueOf(context.id) + "@" +
context.realization);
}
+
+ public void rewriteProjectsForArrayDataType() {
Review comment:
why not set private?
----------------------------------------------------------------
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