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

Test/create table with data if not exists #2760

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

PavelShilin89
Copy link
Contributor

Type of Change (select one):

  • Bug fix - Fixed lack of support for IF NOT EXISTS syntax for create with data syntax.

Description of the Change:

  • Added support IF NOT EXISTS syntax for create with data syntax.

Related Issue (provide the link):

@PavelShilin89 PavelShilin89 merged commit 9f842aa into master Nov 14, 2024
121 checks passed
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]>
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant