Skip to content

Cypher return CASE expression falls outside supported GFQL subset on official IC4 new-topics query #1038

@lmeyerov

Description

@lmeyerov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions