graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Bug] graft histogram_bounds null results in error: Unexpected null for non-null column

Open snail8501 opened this issue 5 months ago • 1 comments

Bug report

Target SQL query returns null: select histogram_bounds::text::int8[] bounds from pg_stats where schemaname = 'sgd1' and tablename = 'initialized' and attname = 'vid'. Subgraph graft: Unexpected null for non-null column.

Relevant log output

Aug 30 10:30:46.654 ERRO Failed to start subgraph, code: SubgraphStartFailure, error: store error: Unexpected null for non-null column, runner_index: 23, sgd: 35, subgraph_id: Qme9mwDWWvSPGwbM6cWx3dQhqLWynSZM65pQcJQKcRTKs3, component: SubgraphInstanceManager

IPFS hash

No response

Subgraph name or link to explorer

No response

Some information to help us out

  • [x] Tick this box if this bug is caused by a regression found in the latest release.
  • [x] Tick this box if this bug is specific to the hosted service.
  • [x] I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

None

snail8501 avatar Aug 31 '25 11:08 snail8501

Having the same issue

tsudmi avatar Sep 19 '25 12:09 tsudmi