|
|
4f81fc474c
|
[bugfix](paimon)Get the file format by file name (#41020) (#41487)
bp #41020
|
2024-09-30 15:46:13 +08:00 |
|
|
|
27ba2542e2
|
[case](iceberg)append iceberg schema change case. (#38766) (#39630)
bp #38766
|
2024-08-21 09:17:12 +08:00 |
|
|
|
41fa7bc9fd
|
[bugfix](paimon)Fixed the reading of timestamp with time zone type data for 2.1 (#37716) (#38592)
bp: #37716
|
2024-08-01 10:23:06 +08:00 |
|
|
|
ef8a1918c3
|
[case][fix](iceberg)move rest cases from p2 to p0 and fix iceberg version issue for 2.1 (#37898) (#38589)
bp: #37898
|
2024-07-31 22:41:56 +08:00 |
|
|
|
56a207c3f0
|
[case](paimon/iceberg)move cases from p2 to p0 (#37276) (#37738)
bp #37276
Co-authored-by: wuwenchi <wuwenchihdu@hotmail.com>
|
2024-07-13 10:01:05 +08:00 |
|
|
|
ac0f6e75d2
|
[bugfix](iceberg)Read error when timestamp does not have time zone for 2.1 (#36435)
bp: #36141
|
2024-06-20 18:32:31 +08:00 |
|
|
|
9e972cb0b9
|
[bugfix](iceberg)Fix the datafile path error issue for 2.1 (#36066)
bp: #35957
|
2024-06-08 21:51:46 +08:00 |
|
|
|
44ba9e102c
|
[feature](statistics)support statistics for iceberg/paimon/hudi table (#29868)
|
2024-01-18 12:03:07 +08:00 |
|
|
|
1edeacd0a5
|
[enhance](regression) enhance docker network by add network subnet (#26862)
|
2023-11-14 20:06:20 +08:00 |
|
|
|
10f1957379
|
[feature](docker)add docker-iceberg init tables (#25424)
Add some init tables for docker-iceberg.
|
2023-10-24 19:29:57 +08:00 |
|
|
|
6c19e106ad
|
[fix](rest catalog)support set region for s3 (#24566)
Use REST Catalog to access S3 and support setting up regions:
```
CREATE CATALOG iceberg_rest_s3 PROPERTIES (
"type"="iceberg",
"iceberg.catalog.type"="rest",
"uri" = "http://127.0.0.1:8181",
"s3.endpoint" = "http://127.0.0.1:8010",
"s3.access_key" = "admin",
"s3.secret_key" = "password",
"s3.region" = "us-east-1"
);
```
|
2023-09-21 20:19:43 +08:00 |
|
|
|
c9f66250a8
|
[docker](iceberg) add iceberg docker compose and modify scripts (#16175)
Add iceberg docker compose
Rename start-thirdparties-docker.sh to run-thirdparties-docker.sh and support start to stop specified components.
|
2023-01-29 14:31:27 +08:00 |
|