hit-lacus commented on a change in pull request #1275:
URL: https://github.com/apache/kylin/pull/1275#discussion_r449846826
##########
File path: build/smoke-test/testQuery.py
##########
@@ -50,7 +50,7 @@ def testQuery(self):
for sql_statement_line in sql_statement_lines:
if not sql_statement_line.startswith('--'):
sql_statement += sql_statement_line.strip() + ' '
- payload = "{\"sql\": \"" + sql_statement.strip() + "\",
\"offset\": 0, \"limit\": \"50000\", \"acceptPartial\":false,
\"project\":\"learn_kylin\"}"
+ payload = "{\"sql\": \"" + sql_statement.strip() + "\",
\"offset\": 0, \"limit\": \"50000\", \"acceptPartial\":false,
\"project\":\"learn_kylin\",
\"backdoorToggles\":{\"DEBUG_TOGGLE_HIT_CUBE\":\"kylin_sales_cube\"}}"
Review comment:
Can we try to let query hit all three cubes?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]