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

DBException appears only with 'top' parameter present #265

Open
frabarz opened this issue Jan 29, 2020 · 2 comments
Open

DBException appears only with 'top' parameter present #265

frabarz opened this issue Jan 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@frabarz
Copy link
Contributor

frabarz commented Jan 29, 2020

I got this error while trying to load this query:

Server error: `ERROR DB::Exception (47): DB::Exception: Missing columns: 'final_m0' while processing query: '<SQL QUERY>', 
required columns: 'final_m0' 'final_m1' 'final_m2' 'rca' 'section_id_HS_Product' 'section_name_HS_Product', 'year_Year'
source columns: 'final_m1'` 'final_m2' 'rca' 'section_id_HS_Product' 'section_name_HS_Product' 'year_Year' 

This query however works correctly if the top parameter is omitted.

It's worth investigating if there's a missing column, or if the problem comes from a bug on tesseract.

@jspeis
Copy link
Contributor

jspeis commented Feb 27, 2020

@frabarz is this now fixed?

@frabarz
Copy link
Contributor Author

frabarz commented Feb 27, 2020

Nope, but the issue with this URL changed. Now both queries, with and without top parameter, are returning a float point value in the Year key.

@jspeis jspeis added the bug Something isn't working label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants