weibin0516 commented on a change in pull request #902: KYLIN-3832 Query 
pushdown support postgresql
URL: https://github.com/apache/kylin/pull/902#discussion_r341468811
 
 

 ##########
 File path: 
source-jdbc/src/main/java/org/apache/kylin/source/jdbc/JdbcHiveMRInput.java
 ##########
 @@ -49,7 +49,7 @@ public IMRTableInputFormat getTableInputFormat(TableDesc 
table, String uuid) {
     public static class JdbcMRBatchCubingInputSide extends 
JdbcBaseBatchCubingInputSide implements IMRBatchCubingInputSide {
 
         public JdbcMRBatchCubingInputSide(IJoinedFlatTableDesc flatDesc) {
-            super(flatDesc);
+            super(flatDesc, false);
 
 Review comment:
   Why false here?

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

Reply via email to