Skip to content

fix(hive): add missing service param and change default auth to NONE#3327

Merged
Seechi-Yolo merged 1 commit into
mainfrom
sqle/feat-3
May 29, 2026
Merged

fix(hive): add missing service param and change default auth to NONE#3327
Seechi-Yolo merged 1 commit into
mainfrom
sqle/feat-3

Conversation

@actiontech-bot

Copy link
Copy Markdown
Member

Summary

  • Add missing "service" additional param to Hive built-in driver
  • Change default auth from NOSASL to NONE to match external plugin behavior
  • Aligns with HiveServer2 default (hive.server2.authentication=NONE)

Ref: http://10.186.63.21/provision/provision/-/work_items/3

…E in built-in driver

The built-in Hive driver only registered 'auth' and 'transport_mode' as
additional params, but the connectivity check handler also receives
'service' from the frontend. When SQLE tried SetParamValue("service", ""),
it returned "param service not found", blocking Hive data source
connectivity tests.

Additionally, change the default auth from NOSASL to NONE to match the
external plugin behavior and align with HiveServer2 default
(hive.server2.authentication=NONE).

Ref: http://10.186.63.21/provision/provision/-/work_items/3
@Seechi-Yolo Seechi-Yolo merged commit cca1b38 into main May 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants