This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/horaemeta/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git


 discard c1665f09 chore(deps): bump 
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
     add 5ec187e5 feat: support collect statistics about the engine (#1451)
     add 423f0b22 chore: rename ci's prefix name (#1467)
     add 784fd09c chore: fix github issue template (#1470)
     add 601d821d chore(docs): fix invalid repo links (#1472)
     add 6926f4cc feat: keep sst meta size
     add dd6d1998 close sst before head
     add 53eff42a Merge branch 'main' into feat-meta-size
     add 12a61265 fix cr
     add 200433b5 add comments
     add 6f9d426c Merge pull request #1440 from jiacai2050/feat-meta-size
     add 68ac30d6 fix(ci): refactor ci trigger conditions (#1474)
     add d7c5fd5b chore(horaemeta&horaectl): refactor clusters/diagnose 
response body (#1475)
     add 75af5b31 feat: add sst level config for benchmark (#1482)
     add 8156b32c chore: free disk for ci (#1484)
     add 62ffffc3 deps: bump datafusion (#1445)
     add fb9f447d feat: add exponential backoff when retry (#1486)
     add 8d53620b refactor: refactor compaction process for remote compaction 
(#1476)
     add 928ddf9c horaectl: remove go implementation of horaectl (#1490)
     add 1a989bfc chore: update version to 2.0.0, prepare for releasing v2.0.0 
(#1487)
     add 9e356c62 chore: upgrade rustc version (#1489)
     add 512302ea chore: rename more ceresdb to horaedb (#1494)
     add a7560876 fix: bump influxql, fix query priority (#1495)
     add d99186d0 chore: add NOTICE file and ASF header (#1491)
     add 9f166f3d chore(deps): bump mio from 0.8.6 to 0.8.11 (#1493)
     add 66d7a0d3 feat: replay logs of different tables in parallel (#1492)
     add a0c4c23a chore(deps): bump 
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c1665f09)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/horaemeta/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0
 (a0c4c23a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.md               |   30 -
 .github/ISSUE_TEMPLATE/feature_request.md          |   25 -
 .github/ISSUE_TEMPLATE/question.md                 |   24 -
 .github/workflows/ci.yml                           |   54 +-
 .github/workflows/coverage.yml                     |    2 +-
 .github/workflows/docker-build-image.yml           |    2 +-
 .github/workflows/{check.yml => meta-ci.yml}       |   26 +-
 Cargo.lock                                         | 1097 ++++++++++----------
 Cargo.toml                                         |   30 +-
 DISCLAIMER                                         |   10 +
 Makefile                                           |   20 +-
 NOTICE                                             |    5 +
 README-CN.md                                       |    2 +-
 ctl/README.md                                      |   14 -
 ctl/cmd/cluster.go                                 |   38 -
 ctl/cmd/diagnose.go                                |   38 -
 ctl/cmd/quit.go                                    |   40 -
 ctl/cmd/root.go                                    |  130 ---
 ctl/cmd/root_test.go                               |   91 --
 ctl/go.mod                                         |   38 -
 ctl/go.sum                                         |   83 --
 ctl/licenserc.toml                                 |   22 -
 ctl/main.go                                        |   26 -
 ctl/operation/clusters.go                          |   98 --
 ctl/operation/const.go                             |   34 -
 ctl/operation/util.go                              |   58 --
 horaemeta/Makefile                                 |   21 +-
 horaemeta/scripts/run-integration-test.sh          |   34 -
 horaemeta/server/service/http/types.go             |    6 +-
 integration_tests/Makefile                         |   19 +-
 integration_tests/build_meta.sh                    |   10 +-
 .../cases/common/dml/issue-1087.result             |   17 +-
 .../cases/common/dml/issue-302.result              |    2 +-
 .../cases/common/dml/issue-341.result              |   12 +-
 integration_tests/cases/common/dml/issue-59.result |    4 +-
 .../cases/common/explain/explain.result            |    2 +-
 .../cases/common/function/aggregate.result         |   43 +
 .../cases/common/function/aggregate.sql            |   28 +
 .../cases/common/optimizer/optimizer.result        |    2 +-
 .../cases/env/cluster/ddl/partition_table.result   |    8 +-
 .../cases/env/cluster/ddl/partition_table.sql      |    4 +
 .../cases/env/local/ddl/query-plan.result          |   37 +-
 .../cases/env/local/ddl/query-plan.sql             |   15 +
 integration_tests/sdk/go/alteraddcolumn.go         |   19 +
 integration_tests/sdk/go/autocreatetable.go        |   19 +
 integration_tests/sdk/go/issue-779.go              |   19 +
 integration_tests/sdk/go/main.go                   |   19 +
 integration_tests/sdk/go/util.go                   |   19 +
 licenserc.toml                                     |   13 +-
 rust-toolchain.toml                                |    2 +-
 scripts/free-disk-space.sh                         |   43 +
 src/analytic_engine/src/compaction/compactor.rs    |  268 +++++
 src/analytic_engine/src/compaction/mod.rs          |    2 +
 .../src/compaction/runner/local_runner.rs          |  317 ++++++
 src/analytic_engine/src/compaction/runner/mod.rs   |  137 +++
 src/analytic_engine/src/compaction/scheduler.rs    |   22 +-
 src/analytic_engine/src/engine.rs                  |  143 ++-
 .../src/instance/flush_compaction.rs               |  478 +--------
 src/analytic_engine/src/instance/mod.rs            |   11 +-
 src/analytic_engine/src/instance/open.rs           |   55 +-
 src/analytic_engine/src/instance/read.rs           |    2 +-
 .../src/instance/reorder_memtable.rs               |   14 +-
 src/analytic_engine/src/instance/wal_replayer.rs   |   53 +-
 src/analytic_engine/src/instance/write.rs          |    9 +-
 src/analytic_engine/src/lib.rs                     |    8 +-
 src/analytic_engine/src/memtable/layered/mod.rs    |   12 +-
 src/analytic_engine/src/memtable/skiplist/iter.rs  |    5 +
 src/analytic_engine/src/row_iter/merge.rs          |    1 +
 .../src/row_iter/record_batch_stream.rs            |    1 +
 src/analytic_engine/src/setup.rs                   |   33 +-
 src/analytic_engine/src/sst/factory.rs             |    2 +-
 src/analytic_engine/src/sst/file.rs                |    8 +-
 src/analytic_engine/src/sst/meta_data/cache.rs     |   10 +-
 .../src/sst/meta_data/metadata_reader.rs           |   50 +-
 src/analytic_engine/src/sst/meta_data/mod.rs       |    9 +
 src/analytic_engine/src/sst/metrics.rs             |    9 +-
 .../src/sst/parquet/async_reader.rs                |    5 +-
 src/analytic_engine/src/sst/parquet/encoding.rs    |   17 +
 src/analytic_engine/src/sst/parquet/writer.rs      |   45 +-
 src/analytic_engine/src/table/data.rs              |   12 +-
 src/analytic_engine/src/table/metrics.rs           |  125 ++-
 src/analytic_engine/src/table/mod.rs               |    2 +
 src/analytic_engine/src/tests/read_write_test.rs   |    2 +-
 src/analytic_engine/src/tests/util.rs              |    6 +-
 src/benchmarks/bench.toml                          |    1 +
 src/benchmarks/config/bench.toml                   |    1 +
 src/benchmarks/src/bin/sst-tools.rs                |   10 +-
 src/benchmarks/src/config.rs                       |    1 +
 src/benchmarks/src/merge_memtable_bench.rs         |    4 +-
 src/benchmarks/src/merge_sst_bench.rs              |    8 +-
 src/benchmarks/src/sst_bench.rs                    |    4 +-
 src/benchmarks/src/sst_tools.rs                    |    6 +-
 src/benchmarks/src/util.rs                         |    7 +-
 src/common_types/src/column_block.rs               |    2 +-
 src/common_types/src/datum.rs                      |   16 +-
 src/common_types/src/projected_schema.rs           |    6 +-
 src/common_types/src/record_batch.rs               |   58 +-
 src/components/codec/src/columnar/mod.rs           |    4 +-
 src/components/future_ext/Cargo.toml               |    1 +
 src/components/future_ext/src/lib.rs               |    2 +-
 src/components/future_ext/src/retry.rs             |  123 ++-
 src/components/object_store/src/disk_cache.rs      |    2 +-
 src/components/parquet_ext/src/meta_data.rs        |    3 +-
 src/components/parquet_ext/src/prune/equal.rs      |    2 +-
 src/components/parquet_ext/src/prune/min_max.rs    |    4 +-
 src/components/partitioned_lock/src/lib.rs         |   16 +-
 src/components/profile/src/lib.rs                  |    1 +
 src/components/skiplist/Cargo.toml                 |    2 +-
 src/components/skiplist/benches/bench.rs           |    8 +-
 src/components/table_kv/Cargo.toml                 |    2 +-
 src/components/table_kv/src/obkv/tests.rs          |    2 +-
 src/components/table_kv/src/tests.rs               |    2 +-
 src/df_engine_extensions/Cargo.toml                |    2 +-
 src/df_engine_extensions/src/dist_sql_query/mod.rs |    6 +-
 .../src/dist_sql_query/physical_plan.rs            |   18 +-
 .../src/dist_sql_query/test_util.rs                |    6 +-
 src/df_operator/src/scalar.rs                      |    3 +-
 src/df_operator/src/udaf.rs                        |    3 +-
 src/horaedb/Cargo.toml                             |    5 +-
 src/horaedb/bin/horaedb-server.rs                  |   14 +-
 src/horaedb/src/setup.rs                           |   41 +-
 src/interpreters/src/insert.rs                     |    2 +-
 src/interpreters/src/tests.rs                      |   18 +-
 src/meta_client/Cargo.toml                         |    2 +-
 src/meta_client/src/load_balance.rs                |    2 +-
 src/proxy/src/grpc/prom_query.rs                   |    2 +-
 src/proxy/src/handlers/mod.rs                      |   10 +-
 src/proxy/src/hotspot.rs                           |    2 +-
 src/proxy/src/influxdb/types.rs                    |    2 +-
 src/query_engine/src/datafusion_impl/mod.rs        |    4 +-
 .../physical_optimizer/repartition.rs              |    6 +-
 .../physical_plan_extension/prom_align.rs          |   20 +-
 .../src/datafusion_impl/task_context.rs            |    3 +-
 src/query_frontend/src/influxql/planner.rs         |    2 +-
 src/query_frontend/src/logical_optimizer/mod.rs    |    3 +-
 .../src/logical_optimizer/type_conversion.rs       |   14 +-
 src/query_frontend/src/parser.rs                   |   14 +-
 src/query_frontend/src/planner.rs                  |    2 +-
 src/query_frontend/src/promql/convert.rs           |   12 +-
 src/query_frontend/src/promql/remote.rs            |    2 +-
 src/query_frontend/src/provider.rs                 |    2 +-
 src/remote_engine_client/src/client.rs             |   75 +-
 src/router/src/rule_based.rs                       |    2 +-
 src/server/src/grpc/meta_event_service/mod.rs      |    8 +-
 src/table_engine/src/engine.rs                     |   16 +
 src/table_engine/src/memory.rs                     |    2 +-
 .../src/partition/rule/df_adapter/extractor.rs     |    4 +-
 .../src/partition/rule/df_adapter/mod.rs           |    4 +-
 src/table_engine/src/partition/rule/key.rs         |    2 +-
 src/table_engine/src/predicate.rs                  |    6 +-
 src/table_engine/src/provider.rs                   |   83 +-
 src/table_engine/src/table.rs                      |    1 +
 src/tools/src/bin/sst-convert.rs                   |    3 +-
 src/tools/src/bin/sst-metadata.rs                  |    4 +-
 src/wal/Cargo.toml                                 |    6 +-
 155 files changed, 2693 insertions(+), 2370 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 delete mode 100644 .github/ISSUE_TEMPLATE/question.md
 rename .github/workflows/{check.yml => meta-ci.yml} (82%)
 create mode 100644 DISCLAIMER
 create mode 100644 NOTICE
 delete mode 100644 ctl/README.md
 delete mode 100644 ctl/cmd/cluster.go
 delete mode 100644 ctl/cmd/diagnose.go
 delete mode 100644 ctl/cmd/quit.go
 delete mode 100644 ctl/cmd/root.go
 delete mode 100644 ctl/cmd/root_test.go
 delete mode 100644 ctl/go.mod
 delete mode 100644 ctl/go.sum
 delete mode 100644 ctl/licenserc.toml
 delete mode 100644 ctl/main.go
 delete mode 100644 ctl/operation/clusters.go
 delete mode 100644 ctl/operation/const.go
 delete mode 100644 ctl/operation/util.go
 delete mode 100644 horaemeta/scripts/run-integration-test.sh
 create mode 100755 scripts/free-disk-space.sh
 create mode 100644 src/analytic_engine/src/compaction/compactor.rs
 create mode 100644 src/analytic_engine/src/compaction/runner/local_runner.rs
 create mode 100644 src/analytic_engine/src/compaction/runner/mod.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to