-
Notifications
You must be signed in to change notification settings - Fork 543
Replies: 1 comment · 2 replies
|
Are you able share more information about your data? is this a local JSON file? or is this in an object store like S3? We do have a |
All reactions
2 replies
|
@universalmind303 It's a local JSON file. I have already set the chunk size. The daft version is 0.4.16. |
All reactions
|
So after some investigation, it appears that we always concat json chunks back into a single chunk when reading, as seen here. I'll go ahead and convert this discussion to an issue and we'll get it taken care of! |
All reactions
-
❤️ 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to control the shard size for reading JSON files? I have a 2.7TB JSON file, but only one shard. Thanks.
All reactions