Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to list column name in table lineitem? #62

Open
asmi10 opened this issue Apr 20, 2021 · 1 comment
Open

Is there a way to list column name in table lineitem? #62

asmi10 opened this issue Apr 20, 2021 · 1 comment

Comments

@asmi10
Copy link

asmi10 commented Apr 20, 2021

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)

@JayjeetAtGithub
Copy link
Collaborator

The version of Skyhook that you are using is no longer maintained. Please follow this guide to install and use the latest skyhook version 0.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants