Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): Support Computed columns #11391

Merged
merged 21 commits into from
May 15, 2023

Conversation

b41sh
Copy link
Member

@b41sh b41sh commented May 10, 2023

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

Summary

Support Computed columns

Closes #11390

@vercel
Copy link

vercel bot commented May 10, 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 May 15, 2023 10:14am

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label May 10, 2023
@b41sh b41sh force-pushed the feat-computed-columns branch from ce97497 to 5cb5dfd Compare May 10, 2023 07:46
@b41sh b41sh force-pushed the feat-computed-columns branch from e08078f to ce35c54 Compare May 12, 2023 03:39
@b41sh b41sh requested review from sundy-li and youngsofun May 12, 2023 03:54
@b41sh b41sh marked this pull request as ready for review May 12, 2023 03:55
@b41sh b41sh requested a review from drmingdrmer as a code owner May 12, 2023 03:55
@b41sh b41sh marked this pull request as draft May 14, 2023 23:09
@b41sh b41sh force-pushed the feat-computed-columns branch from 6705493 to df9a3e5 Compare May 15, 2023 05:47
@b41sh b41sh marked this pull request as ready for review May 15, 2023 07:17
@b41sh b41sh requested a review from youngsofun May 15, 2023 09:49
@mergify mergify bot merged commit f530b1e into databendlabs:main May 15, 2023
dantengsky added a commit to dantengsky/fuse-query that referenced this pull request May 16, 2023
dantengsky added a commit to dantengsky/fuse-query that referenced this pull request May 16, 2023
dantengsky added a commit to dantengsky/fuse-query that referenced this pull request May 16, 2023
dantengsky added a commit to dantengsky/fuse-query that referenced this pull request May 16, 2023
BohuTANG pushed a commit that referenced this pull request May 17, 2023
…und 7): compaction error (#11480)

* add fuse compat test for release 1.1.30

* Revert "feat(query): Support Computed columns (#11391)"

This reverts commit f530b1e.

* resolve conflicts

* fix stateless test

* fix create table default value

* fix

* refine meta change log, mark ver 36 as reverted

---------

Co-authored-by: baishen <baishen2009@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
* feat(query): Support Computed columns

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix test

* fix

* fix

* fix

* fix

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
…und 7): compaction error (databendlabs#11480)

* add fuse compat test for release 1.1.30

* Revert "feat(query): Support Computed columns (databendlabs#11391)"

This reverts commit f530b1e.

* resolve conflicts

* fix stateless test

* fix create table default value

* fix

* refine meta change log, mark ver 36 as reverted

---------

Co-authored-by: baishen <baishen2009@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Support computed columns
4 participants