-
Notifications
You must be signed in to change notification settings - Fork 73
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
Pandas FutureWarning - concatenation with empty entries is deprecated #349
Comments
Thanks for the report. I think this is a fairly easy fix but a small reproducible example would be very helpful for creating the related test case. |
Thank you very much for fixing this! |
I was too lazy to create a test case, can you confirm that 0.7.9 fixes the issue? |
I can confirm that the issue is fixed on my end. Again sorry to not provide a reproducible example. |
I am facing |
Is it possible you're getting a purely empty result set? |
It is possible, but with the latest fix that should get handled right ? |
@manikandan96372 No, I think that's a slightly different scenario. I'm working on a small release which has a possible fix for what you are seeing. Is your error just a warning in the logs or does it actually throw an exception? |
It throws an exception actually, |
@manikandan96372 Please try 0.7.10 and see if it fixes the issue. |
@genzgd I have upgraded to the latest version and haven't faced the same error again for the last few hours, thank you so much for the fix ! great work ! |
Describe the bug
I am running a a query with multiple subqueries, multiple GROUP BY and multiple JOIN operations and when using
client.query_df
I get the following warning:Steps to reproduce
Expected behaviour
Same result but no warning.
clickhouse-connect and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
I understand I am not providing sufficient details to reproduce this error. Please let me know if you require an example and I can try to cook one up. I think the source if relatively easy to identify in
clickhouse-connect/clickhouse_connect/driver/npquery.py
Line 104 in 457533d
The text was updated successfully, but these errors were encountered: