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
I setup the rook workflow, but when I query the data then I get below error - colname=EXTENDEDPRICE not present in schema.
If I use select "*" then also it is not listing the column name, just the data is getting listed.
[root@run-query /]# run-query --num-objs 1 --wthreads 48 --qdepth 192 --pool tpchdata --oid-prefix "public" --table-name "lineitem" --select "extendedprice,gt,71000"
Error: colname=EXTENDEDPRICE not present in schema.
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
I setup the rook workflow, but when I query the data then I get below error - colname=EXTENDEDPRICE not present in schema.
If I use select "*" then also it is not listing the column name, just the data is getting listed.
[root@run-query /]# run-query --num-objs 1 --wthreads 48 --qdepth 192 --pool tpchdata --oid-prefix "public" --table-name "lineitem" --select "extendedprice,gt,71000"
Error: colname=EXTENDEDPRICE not present in schema.
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: