Mulily0513 commented on code in PR #22:
URL: https://github.com/apache/cloudberry-pxf/pull/22#discussion_r2652645704
##########
automation/src/test/java/org/greenplum/pxf/automation/features/jdbc/JdbcHiveTest.java:
##########
@@ -219,7 +219,7 @@ protected void createTablesForWriteTest(Hive hive, String
hiverServerName, Strin
hiveReadable = TableFactory.getPxfJdbcReadableTable(
hiveReadableName, GPDB_WRITE_TYPES_TABLE_FIELDS,
targetHiveTable.getFullName(), serverName);
} else {
- String jdbcUrl = String.format("%s%s:10000/default;auth=noSasl",
HIVE_JDBC_URL_PREFIX, hive.getHost());
+ String jdbcUrl = String.format("%s%s:10000/default",
HIVE_JDBC_URL_PREFIX, hive.getHost());
Review Comment:
auth=noSasl forces a no-auth connection mode. Removing it is better since it
avoids explicitly disabling authentication.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]