Closed turboT4 closed 4 years ago
It seems like an issue in https://github.com/jcrobak/parquet-python , can you paste the parquet schema here?
Just read that Array types aren't supported... Is this https://github.com/jcrobak/parquet-python/issues/32 the issue you mentioned?
If so yeah, I do have arrays and inner arrays within my schema. Nested in a Map, Maps, everything! It's quite complete.
So I'm afraid you will not able to load this parquet files with esl, you can try to fork the repo and change parquet-python
with fastparquet[1]
and submit a pr if it works🙂
This issue has been automatically marked as stale because it has not had recent activity (14 days). It will be closed if no further activity occurs in the next 7 days. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity (21 days). Please reopen it if you feel that the issue not resolved yet.
So I've just installed
elasticsearch-loader
according to all the steps provided in docs, and alsoelasticsearch-loader[parquet]
.However, whenever I try to send a parquet file into my local system the following prompts.
Any clue on why this could happen?