This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from eb7da1c0ee [fix](datatype) fix some bugs about data type array
datetimev2 and decimalv3 (#16132)
add c9f66250a8 [docker](iceberg) add iceberg docker compose and modify
scripts (#16175)
No new revisions were added by this update.
Summary of changes:
.github/workflows/code-checks.yml | 2 +-
.licenserc.yaml | 1 +
.../healthy_check.sh => custom_settings.env} | 10 +-
.../elasticsearch/{es.yaml => es.yaml.tpl} | 0
...hadoop-hive.env.tpl => hadoop-hive.env.tpl.tpl} | 0
.../hive/{hive-2x.yaml => hive-2x.yaml.tpl} | 0
.../healthy_check.sh => iceberg/entrypoint.sh.tpl} | 19 +-
.../healthy_check.sh => iceberg/iceberg.env} | 11 +-
.../docker-compose/iceberg/iceberg.yaml.tpl | 96 ++++++++
.../docker-compose/iceberg/spark-defaults.conf.tpl | 11 +
.../mysql/{mysql-5.7.yaml => mysql-5.7.yaml.tpl} | 0
.../oracle/{oracle-11.yaml => oracle-11.yaml.tpl} | 2 +-
.../{postgresql-14.yaml => postgresql-14.yaml.tpl} | 0
.../{sqlserver.yaml => sqlserver.yaml.tpl} | 0
docker/thirdparties/run-thirdparties-docker.sh | 251 +++++++++++++++++++++
docker/thirdparties/start-thirdparties-docker.sh | 79 -------
docker/thirdparties/stop-thirdparties-docker.sh | 43 ----
.../developer-guide/regression-testing.md | 111 +++++++--
.../docs/lakehouse/multi-catalog/multi-catalog.md | 2 +-
19 files changed, 475 insertions(+), 163 deletions(-)
copy docker/thirdparties/{docker-compose/hive/scripts/healthy_check.sh =>
custom_settings.env} (77%)
mode change 100755 => 100644
rename docker/thirdparties/docker-compose/elasticsearch/{es.yaml =>
es.yaml.tpl} (100%)
rename docker/thirdparties/docker-compose/hive/{hadoop-hive.env.tpl =>
hadoop-hive.env.tpl.tpl} (100%)
rename docker/thirdparties/docker-compose/hive/{hive-2x.yaml =>
hive-2x.yaml.tpl} (100%)
copy docker/thirdparties/docker-compose/{hive/scripts/healthy_check.sh =>
iceberg/entrypoint.sh.tpl} (71%)
copy docker/thirdparties/docker-compose/{hive/scripts/healthy_check.sh =>
iceberg/iceberg.env} (84%)
mode change 100755 => 100644
create mode 100644 docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl
create mode 100644
docker/thirdparties/docker-compose/iceberg/spark-defaults.conf.tpl
rename docker/thirdparties/docker-compose/mysql/{mysql-5.7.yaml =>
mysql-5.7.yaml.tpl} (100%)
rename docker/thirdparties/docker-compose/oracle/{oracle-11.yaml =>
oracle-11.yaml.tpl} (98%)
rename docker/thirdparties/docker-compose/postgresql/{postgresql-14.yaml =>
postgresql-14.yaml.tpl} (100%)
rename docker/thirdparties/docker-compose/sqlserver/{sqlserver.yaml =>
sqlserver.yaml.tpl} (100%)
create mode 100755 docker/thirdparties/run-thirdparties-docker.sh
delete mode 100755 docker/thirdparties/start-thirdparties-docker.sh
delete mode 100755 docker/thirdparties/stop-thirdparties-docker.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]