trino-db2
trino-db2 copied to clipboard
Db2 JDBC connector for Trino
> - Remove unused variables > - Apply changed public or protected interfaces Signed-off-by: leeyh0216
Given table with any column contains `NOT NULL` constraint When trying to create a new table via statement `CREATE TABLE AS SELECT` Then the create table contains the very column...
Out of [this thread](https://trinodb.slack.com/archives/CP1MUNEUX/p1616611498086100), I've learned that it could generate multiple splits for a query to boost read performance. > You can take a look at implementations of ConnectorSplitManager#getSplits ,...
## Motivation While trying to fix #26 it would be simpler for any user to consume this package from the [maven central](https://repo1.maven.org/maven2/) directly. It could also be easier to consume...
It reminds me when reviewing #3 that I need [community standards](https://opensource.guide/) to complete https://github.com/IBM/presto-db2/community : 1. [x] contributing guide 1. [ ] issue template 1. [ ] PR template 1....
When I run `ANALYZE` against a Db2 table, I got: ``` Query 20200904_150042_00043_qdavr failed: This connector does not support analyze ``` See details about ANALYZE: https://prestosql.io/docs/current/sql/analyze.html
## What happened Given prestosql cluster configured with this connector to a db2 warehouse: ```SQL delete from ..xxxxxx WHERE dt_month='2020-04' ``` It reports error information as USER_ERROR: ``` io.prestosql.spi.PrestoException: This...