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

Bug when querying numeric(-al) values #5

Open
kanitw opened this issue Dec 3, 2013 · 1 comment
Open

Bug when querying numeric(-al) values #5

kanitw opened this issue Dec 3, 2013 · 1 comment

Comments

@kanitw
Copy link

kanitw commented Dec 3, 2013

When querying numeric values

TypeError: Cannot read property 'length' of undefined
    at Array.dv.table.table.dense_query (http://127.0.0.1:9000/lib/datavore/dv.js:150:32)

which is the following line

    sz.push(col.lut.length);

Root cause is probably due to the fact that numeric col doesn't have lut table.

@jamesblight
Copy link

I stumbled across this issue aswell, however this only happens if you query a numeric column with a dims argument. Remove dims:["whatever"] from your query and this will be fixed

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