Skip to content

chore: adjust datasets for ci#12796

Merged
everpcpc merged 12 commits intodatabendlabs:mainfrom
everpcpc:fix-datasets
Sep 12, 2023
Merged

chore: adjust datasets for ci#12796
everpcpc merged 12 commits intodatabendlabs:mainfrom
everpcpc:fix-datasets

Conversation

@everpcpc
Copy link
Copy Markdown
Member

@everpcpc everpcpc commented Sep 12, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

  • Closes #issue

This change is Reviewable

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
databend ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2023 2:30am

@github-actions github-actions Bot added the pr-chore this PR only has small changes that no need to record, like coding styles. label Sep 12, 2023
Comment thread docs/doc/13-integrations/mindsdb.md Outdated
@everpcpc everpcpc merged commit 1d19af8 into databendlabs:main Sep 12, 2023
@everpcpc everpcpc deleted the fix-datasets branch September 12, 2023 03:08
flaneur2020 pushed a commit to flaneur2020/databend that referenced this pull request Sep 15, 2023
bohutang added a commit that referenced this pull request Sep 20, 2023
* add metrics in mod openai

* add metrics in exchange

* add metrics in cluster

* add metrics in interpreters/common/metrics.rs

* fix build

* fix type

* cargo check

* add metrics in transform_metrics

* cover transform_metrics.rs

* fix metrics on mysql

* fix lint

* make lint

* add metrics in http query

* rename metrics with prefix

* cover metrics in interpreter_metrics

* fix lint

* remove the mysql legacy metrics

* fix check

* chore: resolve session leak in background service (#12776)

* docs: query node configurations (#12778)

* updates

* updates

* Update 02-query-config.md

* Update create-catalog.md

* Update presign.md

* fix: not allow '('/')' in stage at_string. (#12781)

* chore: change partition reshuffle (#12784)

* fix test (#12788)

* fix test (#12799)

* fix: tag styles (#12800)

* chore: styles

* chore: Replaced Twitter Logo

* fix: styles

* fix: tag styles

* chore: adjust datasets for ci (#12796)

* add test case (#12789)

Co-authored-by: BohuTANG <overred.shuttler@gmail.com>

* chore: fix naming in call procedure (#12801)

* feat: support domain calculation for decimal types. (#12683)

* Support decimal calc_domain for to_decimal and compare ops.

* Support decimal calc_domain for decimal to float and uncomment prune page tests.

* Refactor codes.

* Support decimal calc_domain for decimal arithmetic operations.

* Use `passthrough_nullable`.

* Fix unit test.

* Fix.

* Reuse methods.

* Fix.

* Support bool to decimal domain calc.

* Reuse type cast codes.

* Remove nullable for decimal functions.

---------

Co-authored-by: BohuTANG <overred.shuttler@gmail.com>

* fix(query): the panic issue of (instr, position, locate, range) function (#12786)

* fix(query): fix the panic issue of functions(instr, position, locate)

* fix(query): panic issue of range function

---------

Co-authored-by: BohuTANG <overred.shuttler@gmail.com>

* chore: fix right anti join (#12803)

* fix right anti join

* sqllogictest

* fix(query): fix and filter panic (#12770)

* fix(query): fix and filter panic

* and_filters support boolean type

* fix

* fix

* use try_reduce for and_filters

* fix

* fix

* docs: update slugs (#12804)

* updates

* Update 60-optimize-table.md

* fixed

* Update 60-optimize-table.md

* Update docs/doc/14-sql-commands/00-ddl/20-table/60-optimize-table.md

Co-authored-by: zhyass <mytesla@live.com>

* Update 60-optimize-table.md

* updates

* updates

* Update _category_.json

* updates

* Update 43-data-type-variant.md

* Update mindsdb.md

---------

Co-authored-by: zhyass <mytesla@live.com>

* fix(query): fix null column in group by (#12797)

* fix(query): fix null column in group by

* fix(query): fix null column in group by

* fix(query): fix null column in group by

---------

Co-authored-by: BohuTANG <overred.shuttler@gmail.com>

* refactor: let Level manage multi level data instead of using a chain of Arc (#12772)

* chore: minor refactor

* refactor: let Level manage multi level data instead of using a chain of Arc

Using a `Vec<Arc<LevelData>>` simplifies kway-merge.
And it adds flexibility to manage different types of `MapApi`
implementation.

* M  src/meta/raft-store/src/sm_v002/leveled_store/leveled_map.rs

* fix: fix syntax of Querying Staged Files. (#12815)

* docs: fix example in querying-stage. (#12816)

* chore: migrate repo to R2 (#12813)

* Update 05-querying-stage.md (#12819)

* fix: fields of select from csv/TSV should be nullable. (#12807)

* chore: rename snapshot methods (#12810)

* refactor: rename MetaApi to SysDataApi

* refactor: move non-user data from state machine to `SysData`

* chore: simplify snapshot_view_v002_test

* chore: rename snapshot methods

* feat: fill default columns for not match (#12747)

* fix metrics

* fill default columns without source schema

* add fill default columns and stage blocks

* fix typo

* fix bug

* fix bug

* fix test

* remove println

* reduce duplicate codes

* fix bug and add test

---------

Co-authored-by: Sky Fan <3374614481@qq.com>

* feat(sqlsmith): add gen_agg_func (#12783)

* feat(sqlsmith): add agg func

* fix: check_number has already cast the expr internal. no need cast out it.

* fix conversation

* fix ci err

* chore(query): add temp files system table (#12808)

* chore(query): add temp files system table

* chore(query): add temp files system table

* chore(query): add temp files system table

* chore(query): add temp files system table

* docs(weekly): add this week in databend 110 (#12822)

* docs(weekly): add this week in databend 110

Signed-off-by: Chojan Shang <psiace@apache.org>

* docs: apply suggestions from code review

Co-authored-by: soyeric128 <soyeric128@yahoo.com>

* docs(weekly): minor update

Signed-off-by: Chojan Shang <psiace@apache.org>

---------

Signed-off-by: Chojan Shang <psiace@apache.org>
Co-authored-by: soyeric128 <soyeric128@yahoo.com>

* fix: consider tuple type alone when checking type (#12814)

* fix: consider tuple type alone when checking type

* fix

* Update src/query/expression/src/block.rs

Co-authored-by: Andy Lok <andylokandy@hotmail.com>

---------

Co-authored-by: Andy Lok <andylokandy@hotmail.com>

* fix(cluster): fix exchange read source hang (#12823)

* fix: fix some sqlsmith hunted bugs (#12821)

* fix bitmap eq check

* fix great_circle_angle panic

* add sqllogictests

* chore(ci): modify mysql auth py test, use pdbc-mysql (#12818)

Co-authored-by: sundyli <543950155@qq.com>

* feat(planner): support infer filter (#12779)

* support infer filter

* add Equal test

* update

* add NotEqual test

* add LT test

* add infer_filter test for native

* make lint

* fix

* sqllogictest

* fix build-aarch64

* fix

* fix python bindings

* docs: Insert / replace updates (#12829)

* Update dml-replace.md

* Update dml-replace.md

* Update dml-replace.md

* Update dml-insert.md

* fix comments

* fix: decimal unary minus. (#12817)

* Fix decimal unary minus.

* Avoid overflow.

* fix delete contain internal columns panic (#12833)

* feat: support column stats provider for PaquetTable (parquet_rs) (#12809)

* parquet_rs: read meta when create parquet table and collect stats.

* Store parquet meta in memory after creating table.

* Lazy read parquet metas.

* Skip create stats provider if is copy.

* Fix deadlock.

* Fix comment.

* Fix leaf fields.

* Satisfy comment.

* Fix clippy.

* Fix unit tests for leaf fields.

---------

Co-authored-by: sundyli <543950155@qq.com>

* fix Ontime DDL hyperlink (#12836)

fix Ontime DDL link in [this page ](https://databend.rs/doc/use-cases/analyze-ontime-with-databend-on-ec2-and-s3)

* feat: support stage location as a literal string. (#12830)

* feat: support stage location as a literal string.

* update unit tests.

* add unit tests.

* update test.

* feat: allow `select $1 from @s1 ()` (#12838)

* fix #12735: not display TableReference::Location.options if it is empty.

* feat: allow `select $1 from @s1 ()`.

* feat(query): Support inserting bitmap string values (#12825)

* feat(query): Support insert bitmap values

* fix

* fix

* display <bitmap binary> string

* fix(query): rewrite view query when table_ref with None database (#12840)

* fix(query): rewrite view query that table_ref with None database

* fix conversation & modify some test

* feat(sqlsmith): Support generating factory scalar functions (#12844)

Co-authored-by: TCeason <33082201+TCeason@users.noreply.github.com>

* docs: share endpoint (#12843)

* fix: allow setting log-xx-on to false (#12846)

* feat(planner): improve infer predicates (#12845)

* improve infer predicates

* add test

* sqllogictest

* sqllogictest

* fix: fix_sort_null_panic (#12827)

* fix: add_null_sort

* fix: correct testing case

---------

Co-authored-by: 陈侗 <chendong@chendongdeMacBook-Pro.local>

* feat(sqlsmith): Ignore reports of some known errors (#12858)

* feat(sqlsmith): Ignore reports of some known errors

* fix

* fix: avoid relying on db-id-to-name mapping when dropping a table (#12847)

When dropping a table, it needs to update the count of all tables
belonging to a `tenant`.

Before this commit, it loads the `tenent` from a reversed mapping from
`database-id` to `tenant`.

In this commit, `tenent` is passed in to `schema-api` by callers.
So that when the reversed mapping is lacking(old data), it won't return
an UnknownDatabaseId error.

* feat: push down check duplicate and idempotent delete (#12780)

* remove check logic for now

* finish check

* fix bug

* add idempotent delete

* fix linux check

* fix bug

* fix bugs

* unify codes

* fix

* add comments

* change the metrics in meta-grpc-client

* add session_metrics

* remove unused metrics-rs metrics

* fix lint

* remove the legacy init recorder

* migrate the metrics_handler

* fix test

* fix ut

* fix lint

* add comment about reset_global_prometheus_registry

* remove common-metrics::recorder

* fix cargo.toml

* remove the metrics layer in opendal

* add prefix for registry

* disable metrics-layer

* strip prefix

* strip prefix in dump_metric_samples

---------

Signed-off-by: Chojan Shang <psiace@apache.org>
Co-authored-by: zhihanz <zzh243402448@gmail.com>
Co-authored-by: soyeric128 <soyeric128@yahoo.com>
Co-authored-by: Yang Xiufeng <yangxiufeng.c@gmail.com>
Co-authored-by: zhyass <mytesla@live.com>
Co-authored-by: JackTan25 <60096118+JackTan25@users.noreply.github.com>
Co-authored-by: Quan <787025321@qq.com>
Co-authored-by: everpcpc <everpcpc@users.noreply.github.com>
Co-authored-by: BohuTANG <overred.shuttler@gmail.com>
Co-authored-by: RinChanNOW <rin_chan_now@outlook.com>
Co-authored-by: LanceLi <cctonange@gmail.com>
Co-authored-by: Jk Xu <54522439+Dousir9@users.noreply.github.com>
Co-authored-by: baishen <baishen2009@gmail.com>
Co-authored-by: sundyli <543950155@qq.com>
Co-authored-by: 张炎泼 <drdr.xp@gmail.com>
Co-authored-by: Sky Fan <3374614481@qq.com>
Co-authored-by: TCeason <33082201+TCeason@users.noreply.github.com>
Co-authored-by: Winter Zhang <coswde@gmail.com>
Co-authored-by: Chojan Shang <psiace@apache.org>
Co-authored-by: xudong.w <wxd963996380@gmail.com>
Co-authored-by: Andy Lok <andylokandy@hotmail.com>
Co-authored-by: Yijun Zhao <ariesdevil77@gmail.com>
Co-authored-by: Naga <nagaraja.tantry@gmail.com>
Co-authored-by: TONG CHEN <52696678+ct20000901@users.noreply.github.com>
Co-authored-by: 陈侗 <chendong@chendongdeMacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-chore this PR only has small changes that no need to record, like coding styles.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants