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 type mapping section to Singlestore connector #13801

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

Jessie212
Copy link
Contributor

@Jessie212 Jessie212 commented Aug 23, 2022

Description

Is this change a fix, improvement, new feature, refactoring, or other?

Improvement.

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Changes made to documentation.

How would you describe this change to a non-technical end user or system administrator?

Add type mapping section to Singlestore connector

Related issues, pull requests, and links

Documentation

( ) No documentation is needed.
(x) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@Jessie212
Copy link
Contributor Author

Need help verifying if type mapping is correct.

docs/src/main/sphinx/connector/memsql.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/memsql.rst Show resolved Hide resolved
@Jessie212 Jessie212 force-pushed the jt/singlestore-type-mapping branch from 77fcbd5 to 7096b93 Compare August 29, 2022 21:05
@Jessie212
Copy link
Contributor Author

@ebyhr I've included all Trino data types. It's easier to request certain data types be removed rather than have you point out what's missing.

@ebyhr
Copy link
Member

ebyhr commented Aug 30, 2022

Could you take a look at toColumnMapping & toWriteMapping in SingleStoreClient methods and TestSingleStoreTypeMapping instead of including all types?

@Jessie212 Jessie212 force-pushed the jt/singlestore-type-mapping branch from 7096b93 to a6029fb Compare August 30, 2022 21:56
@Jessie212
Copy link
Contributor Author

@ebyhr Thanks for referring me to the code. I wouldn't have know to look for toWriteMapping, otherwise.

@ebyhr ebyhr force-pushed the jt/singlestore-type-mapping branch from a6029fb to 03ea465 Compare September 5, 2022 08:02
@ebyhr ebyhr merged commit a4c9315 into trinodb:master Sep 5, 2022
@ebyhr
Copy link
Member

ebyhr commented Sep 5, 2022

Merged, thanks!

@github-actions github-actions bot added this to the 395 milestone Sep 5, 2022
@Jessie212 Jessie212 deleted the jt/singlestore-type-mapping branch September 6, 2022 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants