fb31586612
branch-2.1: [test](jdbc catalog) add more jdbc catalog extreme test ( #47799 )
...
cherry-pick (#47525 )
2025-02-14 17:03:49 +08:00
6dd92be33d
[feature](statistics)Support get row count for pg and sql server. ( #42674 ) ( #46131 )
...
backport: https://github.com/apache/doris/pull/42674
2024-12-29 19:37:21 +08:00
cf698fb615
[fix](regression) fix some jdbc datasource docker health check ( #39141 ) ( #39872 )
2024-08-24 03:29:18 +08:00
3cd1c7745a
[fix](jdbc catalog) Fix the precision of decimal type mapping to 0 ( #29407 )
2024-01-12 11:39:57 +08:00
f6b7046a6e
[fix](regression-test) add tests for jdbc catalog ( #26608 )
2023-11-09 11:59:35 +08:00
a664bc5fca
[enhancement](jdbc catalog ) support postgresql partition table ( #23744 )
2023-09-03 10:52:01 +08:00
0be349e250
[feature](jdbc) Support jdbc catalog to read json types ( #21341 )
2023-07-10 16:21:00 +08:00
fe18cfa2fb
[improvement](pg jdbc)Support for automatically obtaining the precision of the postgresql timestamp type ( #20909 )
2023-06-16 23:41:09 +08:00
25e8c71943
[test](fix) fix postgresql test ( #18900 )
...
* [test](fix) fix postgresql test
* fix
2023-04-23 18:41:41 +08:00
afdac1204d
[improve](postgresql catalog) support postgresql bytea type to doris string ( #18623 )
...
* [improve](postgresql catalog) support postgresql bytea type to doris string
* modify function name
* add case
2023-04-16 18:14:42 +08:00
557159d3ce
[feature](JdbcExternalCatalog) support insert data in JdbcExternalCatalog ( #16271 )
2023-02-02 17:31:33 +08:00
df2da89b89
[feature](multi-catalog) support postgresql jdbc catalog ( #15570 )
...
support postgresql jdbc catalog
2023-01-06 11:00:59 +08:00
ae6a007c4e
[test](jdbc)add new extremum case ( #14692 )
2022-12-02 11:28:11 +08:00
082028b2a2
[test](jdbc postgresql case)add jdbc test case for postgresql ( #14162 )
2022-11-12 20:43:13 +08:00
847b80ebfa
[test](jdbc) add jdbc and hive regression test ( #13143 )
...
1. Modify default behavior of `build.sh`
The `BUILD_JAVA_UDF` is default ON, so that jvm is needed for compilation and runtime.
2. Add docker-compose for MySQL 5.7, PostgreSQL 14 and Hive 2
See `docker/thirdparties/docker-compose`.
3. Add some regression test cases for jdbc query on MySQL, PG and Hive Catalog
The default is `false`, if set to true, you need first start docker for MySQL/PG/Hive.
4. Support `if not exists` and `if exists` for create/drop resource and create/drop encryptkey
2022-10-21 15:29:27 +08:00