Skip to content

IGNITE-12975: SQL query do not create cache#12

Closed
isapego wants to merge 5 commits intoapache:masterfrom
isapego:ignite-12975
Closed

IGNITE-12975: SQL query do not create cache#12
isapego wants to merge 5 commits intoapache:masterfrom
isapego:ignite-12975

Conversation

@isapego
Copy link
Copy Markdown
Contributor

@isapego isapego commented Feb 3, 2021

No description provided.

Comment thread tests/test_sql.py Outdated

def test_sql_not_create_cache(client):
error = None
try:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with pytest.raises(SQLError, match=r".*does not exists.*"):
        client.sql(schema='IS_NOT_EXISTING', query_str='select * from IsNotExisting')
pytest.fail("expected SQLError")

Copy link
Copy Markdown
Contributor

@ivandasch ivandasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some changes

@asfgit asfgit closed this in 83208c2 Feb 4, 2021
isapego added a commit to isapego/ignite-python-thin-client that referenced this pull request Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants