CASSANDRA-14825 Expose schema via new DESCRIBE CQL statement#361
Closed
snazy wants to merge 4 commits intoapache:trunkfrom
Closed
CASSANDRA-14825 Expose schema via new DESCRIBE CQL statement#361snazy wants to merge 4 commits intoapache:trunkfrom
snazy wants to merge 4 commits intoapache:trunkfrom
Conversation
2c823bb to
03c1d3c
Compare
03c1d3c to
d6c76ea
Compare
665891f to
4901437
Compare
patch by Robert Stupp; reviewed by ??? for CASSANDRA-14825
4901437 to
922dbd2
Compare
blambov
added a commit
to blambov/cassandra
that referenced
this pull request
Mar 21, 2022
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation
blambov
added a commit
to blambov/cassandra
that referenced
this pull request
Jun 13, 2022
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129)
blambov
added a commit
to blambov/cassandra
that referenced
this pull request
Nov 24, 2022
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129) (cherry picked from commit 12d599c)
adelapena
pushed a commit
to adelapena/cassandra
that referenced
this pull request
Sep 26, 2023
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129) (cherry picked from commit 12d599c) (cherry picked from commit 7530b3f) (cherry picked from commit bffb086)
mike-tr-adamson
pushed a commit
to mike-tr-adamson/cassandra
that referenced
this pull request
Nov 6, 2023
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129) (cherry picked from commit 12d599c) (cherry picked from commit 7530b3f) (cherry picked from commit bffb086) (cherry picked from commit bd951b5)
ekaterinadimitrova2
pushed a commit
to ekaterinadimitrova2/cassandra
that referenced
this pull request
Jun 3, 2024
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129) (cherry picked from commit 12d599c) (cherry picked from commit 7530b3f) (cherry picked from commit bffb086) (cherry picked from commit bd951b5) (cherry picked from commit ef1cfa7)
michaelsembwever
pushed a commit
to thelastpickle/cassandra
that referenced
this pull request
Jan 7, 2026
Fix JMH libraries (cherry picked from commit 75ba24f) (cherry picked from commit 6a4fb71) Fix dependecies to match OSS and support M1 (apache#361) Update version of common-codec to 1.15 (apache#306) CNDB uses methods from the later version of org.apache.common.codec.binary.Hex and the methods are not available in the current version 1.9. Thus updating the version, which is already in use in DataStax, i.e., 1.15. (cherry picked from commit af50d9e) STAR-1133: Increase max heap size for javadoc generation (cherry picked from commit 7084129) (cherry picked from commit 12d599c) (cherry picked from commit 7530b3f) (cherry picked from commit bffb086) (cherry picked from commit bd951b5) (cherry picked from commit ef1cfa7)
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.
patch by Robert Stupp; reviewed by ??? for CASSANDRA-14825