-
Notifications
You must be signed in to change notification settings - Fork 26
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
R crashes when reading nested data #89
Comments
Thanks, that would be helpful to understand your problem. Could you even reduce it to a minimal subset of observations? |
I didn't see your reply. If you want I could PM you credentials to one of my public clickhouse servers Basically I discovered this trying to read Open Street Maps which has super nested data. myclickhousewrapper("select * from osm.planet_history limit 1") *** caught segfault *** Traceback: Possible actions: |
Due to time constraints, we cannot provide free private support. Please provide a minimal example that demonstrates the issue. If your source is Open Street Maps, there should not be any license issues, right? |
I understand, I was just trying to produce a replicable example by showing you a live database. I thought that was the easiest method. What format of replicable example would you want? The underlying data, a schema, and a command to parse the file in? |
If your problem is related to parquet, please provide a minimal Parquet file. |
I can provide (confidentially) a sample of data that is originated from a Parquet dataset that had very complicted nesting.
The text was updated successfully, but these errors were encountered: