forcedotcom / forcedotcom/Salesforce-CDP-jdbc

Inconsistent catalog naming

Open
#172 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
41
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Catalog name from `QueryServiceMetadata.getTables` is `QueryService`
https://github.com/forcedotcom/Salesforce-CDP-jdbc/blob/43a3d563d9ba4b05b739961886ff8978c7a3d5ec/src/main/java/com/salesforce/cdp/queryservice/core/QueryServiceMetadata.java#L1032
Catalog name from `QueryServiceMetadata.getColumns` is `catalog`
https://github.com/forcedotcom/Salesforce-CDP-jdbc/blob/43a3d563d9ba4b05b739961886ff8978c7a3d5ec/src/main/java/com/salesforce/cdp/queryservice/core/QueryServiceMetadata.java#L1071

Contributor guide

No contributing guide indexed for this repository

Research direction

Open src/main/java/com/salesforce/cdp/queryservice/core/QueryServiceMetadata.java and inspect getTables around line 1032 and getColumns around line 1071. Compare how each method supplies the catalog name and confirm the intended consistent value from the surrounding metadata behavior; done means both methods report the same catalog name.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.