Skip to content

IGNITE-14211 Remove existing cache requirement from SQL API#18

Closed
isapego wants to merge 6 commits intoapache:masterfrom
isapego:ignite-14211
Closed

IGNITE-14211 Remove existing cache requirement from SQL API#18
isapego wants to merge 6 commits intoapache:masterfrom
isapego:ignite-14211

Conversation

@isapego
Copy link
Copy Markdown
Contributor

@isapego isapego commented Feb 18, 2021

No description provided.

Comment thread tests/test_sql.py Outdated

cache.put(test_key, test_value)

page = client.sql(qry, schema=schema_name)
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.

for param, value in [('schema', schema_name), ('cache', cache), ('cache', cache.name), ('cache', cache.cache_id)]:
      page = client.sql(qry, **{param: value})
      received = next(page)[0]
      assert test_value == received

@asfgit asfgit closed this in 672a767 Feb 19, 2021
asfgit pushed a commit that referenced this pull request Sep 9, 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