-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Vertica connector #6134
Add Vertica connector #6134
Conversation
a692372
to
532508f
Compare
presto-vertica/src/main/java/io/prestosql/plugin/vertica/VerticaClient.java
Outdated
Show resolved
Hide resolved
ab48b43
to
af89058
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for type mapping, especially for date
type.
presto-vertica/src/test/java/io/prestosql/plugin/vertica/TestVerticaDistributedQueries.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/TestVerticaDistributedQueries.java
Outdated
Show resolved
Hide resolved
3a1df2f
to
6fd1846
Compare
presto-vertica/src/main/java/io/prestosql/plugin/vertica/VerticaClient.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/main/java/io/prestosql/plugin/vertica/VerticaClient.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/TestVerticaIntegrationSmokeTest.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/TestVerticaIntegrationSmokeTest.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/TestVerticaIntegrationSmokeTest.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/VerticaQueryRunner.java
Outdated
Show resolved
Hide resolved
presto-vertica/src/test/java/io/prestosql/plugin/vertica/VerticaQueryRunner.java
Outdated
Show resolved
Hide resolved
be0a7bc
to
eed2c82
Compare
6804cf2
to
6cac9a8
Compare
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestingVerticaServer.java
Outdated
Show resolved
Hide resolved
6cac9a8
to
f2bf0e8
Compare
f2bf0e8
to
3c4e813
Compare
Would be great to have #6134 (comment) resolved, as i would like to start the review here. |
ad1cae9
to
9a657eb
Compare
plugin/trino-vertica/src/main/java/io/trino/plugin/vertica/VerticaClient.java
Outdated
Show resolved
Hide resolved
9a657eb
to
5b837b4
Compare
9053a0a
to
9bdd6e6
Compare
aa69c9f
to
b4af8f7
Compare
I assume this PR is still in progress @ebyhr |
3606869
to
474cdfa
Compare
Hey @ebyhr, are we still planning to merge this PR ? |
what the status here? we are waiting too long for it |
Yes .. we are planning to get a Vertica connector added soon. We are just a bit strapped for people to work on it. |
@mosabua any chance to merge this pr soon? |
We will continue at #23948 |
Disallowed dropping column because there are some restrictions as follows. I suppose we can support it later.
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/AdministratorsGuide/Tables/ModifyTableDefinition/DroppingATableColumn.htm
Vertica SQL reference manual is here.
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/SQLReferenceManual/SQLReferenceManual.htm