You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 thescan_value
to a huge number.The text was updated successfully, but these errors were encountered: