OPTIQ-414:fix ./sqlline - #12
Closed
sreev wants to merge 1 commit into
Closed
Conversation
Contributor
|
Fixed in a2cc356. |
asolimando
pushed a commit
to asolimando/calcite
that referenced
this pull request
Jan 14, 2018
ldming
pushed a commit
to ldming/mycalcite
that referenced
this pull request
Sep 13, 2018
Close apache/calcite#14 Pull requests closed by other recent changes (committed already): Close apache/calcite#12 Close apache/calcite#5 Close apache/calcite#2
sukumaar
pushed a commit
to sukumaar/calcite
that referenced
this pull request
Feb 20, 2019
Dm calcite 2552
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Aug 28, 2025
) The approach of substitution-based MV matching is an effective way for its simplicity and extensibility. This JIRA proposes to refine existing implementation by several points: Canonicalize before MV matching -- by such canonicalization we can significantly simplify the algebra tree and lower the difficulty for materialization matching. Separate matching rules into two categories and enumerate common matching patterns which need to be covered by rules. Please check the design doc: [Design Doc](https://docs.google.com/document/d/1JpwGNFE3hw3yXb7W3-95-jXKClZC5UFPKbuhgYDuEu4/edit#) dremio/dremio#8129 https://issues.apache.org/jira/browse/CALCITE-3334 --------- Co-authored-by: jinxing <jinxing.corey@gmail.com>
jamesstarr
pushed a commit
to jamesstarr/calcite
that referenced
this pull request
Mar 16, 2026
) The approach of substitution-based MV matching is an effective way for its simplicity and extensibility. This JIRA proposes to refine existing implementation by several points: Canonicalize before MV matching -- by such canonicalization we can significantly simplify the algebra tree and lower the difficulty for materialization matching. Separate matching rules into two categories and enumerate common matching patterns which need to be covered by rules. Please check the design doc: [Design Doc](https://docs.google.com/document/d/1JpwGNFE3hw3yXb7W3-95-jXKClZC5UFPKbuhgYDuEu4/edit#) dremio/dremio#8129 https://issues.apache.org/jira/browse/CALCITE-3334 --------- Co-authored-by: jinxing <jinxing.corey@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/OPTIQ-414