-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
Test/create table with data if not exists #2760
Merged
PavelShilin89
merged 2 commits into
master
from
test/create-table-with-data-if-not-exists
Nov 14, 2024
Merged
Test/create table with data if not exists #2760
PavelShilin89
merged 2 commits into
master
from
test/create-table-with-data-if-not-exists
Nov 14, 2024
Conversation
This file contains 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
donhardman
pushed a commit
that referenced
this pull request
Nov 14, 2024
* Update test-create-table-like-existing-table-with-data.rec * Added cases with different syntax of IF NOT EXISTS support --------- Co-authored-by: Pavel_Shilin <[email protected]>
5 tasks
PavelShilin89
pushed a commit
that referenced
this pull request
Nov 24, 2024
* Bump buddy version to: 3.0.1 24111207 5d89277 * Bump buddy version to: 3.0.1 24111217 6707485 * Bump buddy version to: 3.0.1 24111305 f599a87 * Bump buddy version to: 3.0.1 24111407 3861c6b * fixed buddy reply routing at daemon for /cli endpoint (#2734) * fixed buddy reply routing at daemon for /cli endpoint; fixed #2269 * implemented jieba_user_dict_path (#2735) implemented jieba_user_dict_path * added log of the SphinxQL query that successfully processed by buddy into the query log; fixed #2235 * manual: Update Adding_documents_to_a_real-time_table.md * fixed query wrong length at error report at the query log; fixed new lines at the query log for error report and buddy report; fixed #2235 * Update regex for the new version of fluentbit (#2738) Co-authored-by: Pavel_Shilin <[email protected]> * manual: Update Query_logging.md Added that queries processed through Buddy are not logged in plain mode. * manual: minor changes * fix crash when add 1-st stored column That is very edge case when you alter a table adding stored column when there were no stored columns before. Test provided. That is related to #2708 * fixed JSON SI-related filter transforms vs small index * added collation support to Expr_JsonFieldIn_c * added log of the HTTP request that successfully processed with buddy into the query log; fixed #2235 * manual: WSL installation * fixed multiple stopwords from the lemmatize_xxx_all tokenizers increase hitpos of the following tokens; fixed #2704; added case to test 219 * fixed nsis builder script to use the same MANTICORE_DATE as zip package has * Test/drop sharded table (#2651) * Creating files for the test * Update test-drop-sharding-table.rec * Moved test-drop-sharding-table * Deleted buddy_path = manticore-executor /workdir/src/main.php * Added new sharded tables * Added new outputs * Fixed test-drop-sharding-table.rec * Added new cases for table deletion --------- Co-authored-by: Pavel_Shilin <[email protected]> * fixed mysql dll for indexer * set session meta for the buddy replies; fixed #2235 * added uuid_short select list expression function; fixed #2752; added cases to test 125 * manual: uuid_short() * Test/create table with data if not exists (#2760) * Update test-create-table-like-existing-table-with-data.rec * Added cases with different syntax of IF NOT EXISTS support --------- Co-authored-by: Pavel_Shilin <[email protected]> * New fuzzy search and autocomplete cases have been added --------- Co-authored-by: githubmanticore <[email protected]> Co-authored-by: Stas <[email protected]> Co-authored-by: Ilya Kuznetsov <[email protected]> Co-authored-by: Sergey Nikolaev <[email protected]> Co-authored-by: Pavel_Shilin <[email protected]> Co-authored-by: Aleksey N. Vinogradov <[email protected]>
djklim87
added a commit
that referenced
this pull request
Nov 26, 2024
* Bump buddy version to: 3.0.1 24111207 5d89277 * Bump buddy version to: 3.0.1 24111217 6707485 * Bump buddy version to: 3.0.1 24111305 f599a87 * Bump buddy version to: 3.0.1 24111407 3861c6b * Bump executor version to: 1.1.21 24111510 8254967 * Bump executor version to: 1.1.23 24111613 dbade9d * Bump buddy version to: 3.0.1 24111904 1fdeec2 * Bump mcl version to: 2.3.1 24112219 edadc69 * Bump executor version to: 1.2.1 24112407 aedd870 * 🆕 Update buddy version (fix/fuzzy-no-match) (#2756) * Bump buddy version to: 3.0.1 24111207 5d89277 * Bump buddy version to: 3.0.1 24111217 6707485 * Bump buddy version to: 3.0.1 24111305 f599a87 * Bump buddy version to: 3.0.1 24111407 3861c6b * fixed buddy reply routing at daemon for /cli endpoint (#2734) * fixed buddy reply routing at daemon for /cli endpoint; fixed #2269 * implemented jieba_user_dict_path (#2735) implemented jieba_user_dict_path * added log of the SphinxQL query that successfully processed by buddy into the query log; fixed #2235 * manual: Update Adding_documents_to_a_real-time_table.md * fixed query wrong length at error report at the query log; fixed new lines at the query log for error report and buddy report; fixed #2235 * Update regex for the new version of fluentbit (#2738) Co-authored-by: Pavel_Shilin <[email protected]> * manual: Update Query_logging.md Added that queries processed through Buddy are not logged in plain mode. * manual: minor changes * fix crash when add 1-st stored column That is very edge case when you alter a table adding stored column when there were no stored columns before. Test provided. That is related to #2708 * fixed JSON SI-related filter transforms vs small index * added collation support to Expr_JsonFieldIn_c * added log of the HTTP request that successfully processed with buddy into the query log; fixed #2235 * manual: WSL installation * fixed multiple stopwords from the lemmatize_xxx_all tokenizers increase hitpos of the following tokens; fixed #2704; added case to test 219 * fixed nsis builder script to use the same MANTICORE_DATE as zip package has * Test/drop sharded table (#2651) * Creating files for the test * Update test-drop-sharding-table.rec * Moved test-drop-sharding-table * Deleted buddy_path = manticore-executor /workdir/src/main.php * Added new sharded tables * Added new outputs * Fixed test-drop-sharding-table.rec * Added new cases for table deletion --------- Co-authored-by: Pavel_Shilin <[email protected]> * fixed mysql dll for indexer * set session meta for the buddy replies; fixed #2235 * added uuid_short select list expression function; fixed #2752; added cases to test 125 * manual: uuid_short() * Test/create table with data if not exists (#2760) * Update test-create-table-like-existing-table-with-data.rec * Added cases with different syntax of IF NOT EXISTS support --------- Co-authored-by: Pavel_Shilin <[email protected]> * New fuzzy search and autocomplete cases have been added --------- Co-authored-by: githubmanticore <[email protected]> Co-authored-by: Stas <[email protected]> Co-authored-by: Ilya Kuznetsov <[email protected]> Co-authored-by: Sergey Nikolaev <[email protected]> Co-authored-by: Pavel_Shilin <[email protected]> Co-authored-by: Aleksey N. Vinogradov <[email protected]> * Bump buddy version to: 3.0.1 24112509 84d7b85 * 🆕 Update buddy version (fix/kafka-view-creation) (#2780) * 🆕 Update mcl version (#2769) * Bump buddy version to: 3.0.1 24111207 5d89277 * Bump buddy version to: 3.0.1 24111217 6707485 * Bump buddy version to: 3.0.1 24111305 f599a87 * Bump buddy version to: 3.0.1 24111407 3861c6b * Bump executor version to: 1.1.21 24111510 8254967 * Bump executor version to: 1.1.23 24111613 dbade9d * Bump buddy version to: 3.0.1 24111904 1fdeec2 * Bump mcl version to: 2.3.1 24112219 edadc69 --------- Co-authored-by: githubmanticore <[email protected]> Co-authored-by: Ilya Kuznetsov <[email protected]> * Bump buddy version to: 3.0.1 24112312 dec35d2 --------- Co-authored-by: githubmanticore <[email protected]> Co-authored-by: Ilya Kuznetsov <[email protected]> Co-authored-by: Klim Todrik <[email protected]> --------- Co-authored-by: githubmanticore <[email protected]> Co-authored-by: Ilya Kuznetsov <[email protected]> Co-authored-by: Stas <[email protected]> Co-authored-by: Sergey Nikolaev <[email protected]> Co-authored-by: Pavel_Shilin <[email protected]> Co-authored-by: Aleksey N. Vinogradov <[email protected]> Co-authored-by: Klim Todrik <[email protected]>
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.
Type of Change (select one):
IF NOT EXISTS
syntax for create with data syntax.Description of the Change:
IF NOT EXISTS
syntax for create with data syntax.Related Issue (provide the link):