luguosheng1314 commented on a change in pull request #835: KYLIN-4159 The first 
step of job will fail and throw "Column \'xx\' i…
URL: https://github.com/apache/kylin/pull/835#discussion_r322586571
 
 

 ##########
 File path: 
source-jdbc/src/main/java/org/apache/kylin/source/jdbc/JdbcHiveInputBase.java
 ##########
 @@ -222,11 +223,13 @@ protected AbstractExecutable 
createSqoopToFlatHiveStep(String jobWorkingDir, Str
 
             String splitTableAlias;
             String splitColumn;
+            String quoteFullNamedColumn; // `table.column`
             String splitDatabase;
             TblColRef splitColRef = determineSplitColumn();
             splitTableAlias = splitColRef.getTableAlias();
 
             splitColumn = getColumnIdentityQuoted(splitColRef, 
jdbcMetadataDialect, metaMap, true);
+            quoteFullNamedColumn = quoteIdentifier(partCol, 
jdbcMetadataDialect.getDialect()).toLowerCase();
 
 Review comment:
   fixed

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


With regards,
Apache Git Services

Reply via email to