Current benchmark evidence on origin/master 2f79ba1ede0f5285cea986885812d62302016658 from dgx-spark shows interactive-complex-4 / new-topics moved past the older #981 row-lowering bucket after #1023, but still does not execute.
Repro lane:
- artifact:
results/runs/dgx-spark-snb-interactive-ic4-origin-master-2f79ba1ed-fresh-r1/
- command:
uv run python scripts/run_dgx_spark_suite.py --suite snb-interactive --config configs/suites/snb-interactive-ic4-conformance-sf1.yaml --output-dir results/runs/dgx-spark-snb-interactive-ic4-origin-master-2f79ba1ed-fresh-r1 --graphistry-repo-path /tmp/pygraphistry-origin-master-2f79ba1ed --host-uv
Current direct Cypher failure:
- status:
primitive_gap
- error:
[unsupported-cypher-query] Cypher expression is outside the currently supported local GFQL subset | field: return.item | value: CASE WHEN 1275350400000 <= post.creationDate ...
Interpretation:
- this looks like the official
IC4 return-side CASE ... END expression is now the remaining front-end blocker for this query shape
- older current-master pin
14dafaf6b9 failed earlier under #981, so this is a real post-#1023 frontier change, not a stale repro
Expected:
- direct Cypher should either support the official
CASE return expression on this query or fail in a more precise existing tracked lane if one already exists.
Current benchmark evidence on
origin/master2f79ba1ede0f5285cea986885812d62302016658fromdgx-sparkshowsinteractive-complex-4/new-topicsmoved past the older#981row-lowering bucket after#1023, but still does not execute.Repro lane:
results/runs/dgx-spark-snb-interactive-ic4-origin-master-2f79ba1ed-fresh-r1/uv run python scripts/run_dgx_spark_suite.py --suite snb-interactive --config configs/suites/snb-interactive-ic4-conformance-sf1.yaml --output-dir results/runs/dgx-spark-snb-interactive-ic4-origin-master-2f79ba1ed-fresh-r1 --graphistry-repo-path /tmp/pygraphistry-origin-master-2f79ba1ed --host-uvCurrent direct Cypher failure:
primitive_gap[unsupported-cypher-query] Cypher expression is outside the currently supported local GFQL subset | field: return.item | value: CASE WHEN 1275350400000 <= post.creationDate ...Interpretation:
IC4return-sideCASE ... ENDexpression is now the remaining front-end blocker for this query shape14dafaf6b9failed earlier under#981, so this is a real post-#1023frontier change, not a stale reproExpected:
CASEreturn expression on this query or fail in a more precise existing tracked lane if one already exists.