Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for case sensitive schema name #3

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

Praveen2112
Copy link
Owner

No description provided.

@Praveen2112 Praveen2112 force-pushed the praveen/080_1/case_sensitive_support_for_schema branch 12 times, most recently from 71a603a to f3578a3 Compare May 4, 2021 08:40
* Canonicalizes the provided SQL identifier according to connector-specific rules
* for the purpose of providing the name in metadata APIs
*/
default String canonicalize(ConnectorSession session, String identifier, boolean delimited)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we pass session?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If some connector wants to maintain the legacy way of matching ... then they can use this to toggle between the legacy and actual way.

@Praveen2112 Praveen2112 force-pushed the praveen/080_1/case_sensitive_support_for_schema branch from f3578a3 to f5fb59a Compare May 5, 2021 07:59
SamWheating and others added 16 commits June 17, 2021 12:00
We reference an version of the library. Removing on the assumption it's
not actually needed.
A widely applied usecase  for minhash algorithm is to check the
similarity of two texts.
Therefore the current implementation adds support for creating a
`setdigest` aggregation for (among other types) varchar slices.
The previous catching of `RuntimeException` could mask implementation issues such as
`VerifyException` or `NullPointerException`.
- process Optional fluently
- group variable initialization
@Praveen2112 Praveen2112 force-pushed the praveen/080_1/case_sensitive_support_for_schema branch from f5fb59a to c2be62e Compare June 21, 2021 14:18
 These will be enforced by the query engine and by the connector.
Supports create/rename/drop schema. But using it as a part of table name or column name is restricted.
However we can specify it via `USE` or specify them in session
@Praveen2112 Praveen2112 force-pushed the praveen/080_1/case_sensitive_support_for_schema branch from c2be62e to 3f59a8e Compare June 22, 2021 07:03
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.