Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 1, 2023
1 parent 21b473f commit c20bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opteryx/managers/planner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
self.raw_statement = statement

if properties is None:
self.properties = QueryProperties(qid, config)
self.properties = QueryProperties(qid, config._config_values)
self.properties.cache = cache

# we need to deal with the temporal filters before we use sqloxide
Expand Down

0 comments on commit c20bc1a

Please sign in to comment.