Marvin
Marvin
maven编译的时候显示如下错误: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only (analyze) on project qsql-calcite-analysis: Dependency problems found -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run...
## Purpose of this pull request Add date and timestamp supported for JdbcSource partition ## Check list * [x] Code changed are covered with tests, or it does not need...
### Purpose of this pull request [Feature][SQL Config] Add SQL config adapter ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list *...
在hbase11x的reader和writer中增加Phoenix类型的转换,例: ``` "column": [ { "index": 0, "name": "cf:id", "type": "$bigint" }, { "index": 1, "name": "cf:name", "type": "$varchar" } ] ``` 类型: ``` $unsigned_int $unsigned_long $unsigned_tinyint $unsigned_smallint $unsigned_float $unsigned_double...