Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.
This repository was archived by the owner on May 9, 2024. It is now read-only.

ERR_OUT_OF_CPU_MEM when running a query on PVC #596

@kurapov-peter

Description

@kurapov-peter

Running SELECT EXTRACT(nanosecond from m) FROM test limit 1; fails with "Query execution failed with error ERR_OUT_OF_CPU_MEM: Not enough host memory to execute the query" (BasicTest.TimeExtract test from IntelGPUEnablingTest).

This happens because the getFilteredCountAll (the count(*)) returns an incorrect value setting the scan_value to a huge number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions