pandalanax commented on issue #2814:
URL: https://github.com/apache/drill/issues/2814#issuecomment-1630227543
We created a workaround for the time being while we are upgrading the Drill
version in our cluster.
Workaround:
create `n` empty json files via
```bash
for n in {1..160}; do hdfs dfs -touch /path/to/json/files/tmp${n}.json; done
```
with `n` then matching the number of parquet files. Will close for now and
reopen if the issue persists with 1.21. Will also try out Drill metastore,
thanks for the suggestion!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]