-
Notifications
You must be signed in to change notification settings - Fork 584
File data insert using CSVWithNames is failing in v0.4.1 #1254
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
Comments
Hi @rsim, really sorry about this and appreciate for getting back to the issue with detailed inputs. This is probably a good example of how stupid a client trying to play smart - calling Could you move |
@zhicwu Thank you for the workaround. I moved |
Thanks for confirming. Will add the specific case for regression. |
I thought this over, but I think it's better to keep it as is. Actually in ClickHouse, I'm open to all suggestions and please feel free to reopen the issue if you have better idea. |
@zhicwu If the issue with infile or outfile has some workaround, will be much interested to know them. |
We see the same regression when using CSVWithNames with the latest jdbc driver that we reported earlier #1072
Here is the same problem description that we see:
We are using ClickHouse JDBC driver to import CSV files that include a header line with column names. Here is the JRuby code that we use https://github.com/rsim/mondrian-olap/blob/master/spec/rake_tasks.rb#L377-L381
It is now failing again with the same error:
Probably it is the same problem again, that the CSV format (without the header line) is used instead of CSVWithNames and it complains about the first file line with column headers.
@zhicwu Do you have an idea what could cause this regression in in the latest version 0.4.1 that was previously fixed in #1082 ? Or should I try to bisect and find the commit that has broken it again?
The text was updated successfully, but these errors were encountered: