Pranav Lodha has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22865 )

Change subject: IMPALA-13869: Support for 'hive.sql.query' property for Hive 
JDBC tables
......................................................................


Patch Set 17:

(2 comments)

> Uploaded patch set 17.

Started jenkins job

http://gerrit.cloudera.org:8080/#/c/22865/16/fe/src/main/java/org/apache/impala/extdatasource/jdbc/JdbcDataSource.java
File fe/src/main/java/org/apache/impala/extdatasource/jdbc/JdbcDataSource.java:

http://gerrit.cloudera.org:8080/#/c/22865/16/fe/src/main/java/org/apache/impala/extdatasource/jdbc/JdbcDataSource.java@353
PS16, Line 353:       sb.append(project);
              :       sb.append(" FROM ");
              :       // Make jdbc table name to be quoted with double quotes 
if columnMapping is not empty
              :       if (!columnMapping.isEmpty()) {
              :         tableName = dbAccessor_.getCaseSensitiveName(tableName);
              :       }
              :       sb.append(tableName);
              :       String condition = QueryConditionUtil
              :           .buildCondition(params.getPredicates(), 
columnMapping, dbAccessor_);
              :       if (StringUtils.isNotBlank(condition)) {
              :         sb.append(" WHERE ").append(condition);
              :       }
              :
              :       query = sb.toString(
> indent spaces for this block
Done


http://gerrit.cloudera.org:8080/#/c/22865/16/tests/custom_cluster/test_ext_data_sources.py
File tests/custom_cluster/test_ext_data_sources.py:

http://gerrit.cloudera.org:8080/#/c/22865/16/tests/custom_cluster/test_ext_data_sources.py@213
PS16, Line 213:
> unnecessary space characters
Done



--
To view, visit http://gerrit.cloudera.org:8080/22865
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I039fcc1e008233a3eeed8d09554195fdb8c8706b
Gerrit-Change-Number: 22865
Gerrit-PatchSet: 17
Gerrit-Owner: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
Gerrit-Comment-Date: Thu, 23 Oct 2025 04:53:29 +0000
Gerrit-HasComments: Yes

Reply via email to