Page MenuHomePhabricator

Quarry queries seem not to run for fawiki
Closed, DuplicatePublicBUG REPORT

Description

List of steps to reproduce (step by step, including full links if applicable):

What happens?:
You will never get a result back.

What should have happened instead?:
You should get a result back, nearly immediately. Running the same query on Labs returns 3 rows of resulted with execution time of 0.01 seconds.

Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc:
70b0661b9a6c

Event Timeline

This is probably related to T170464 try renaming your column, seemed to work in a fork:
https://quarry.wmcloud.org/query/63675

The difference being:

SELECT
  p1.page_title,
  cl1.cl_to,
  cl2.cl_to

became:

SELECT
  p1.page_title,
  cl1.cl_to,
  cl2.cl_to as cl2