I have already tried changing the ‘Path to incrementally read over’ but this parameter does not seem to be causing the issue?
Can anyone help me pinpoint what the problem is? Is the JSON file protected in some way?
Thank you for providing more information via private messages.
The error is thrown when reading a JSON file incrementally inside an archive. Reading the whole file should work, but in this case, your file is a really big one (more than 800 MB). With the default memory limit (384 MB), it will throw an out-of-memory error. We tried increasing the memory to 1.5 GB but it still threw an out-of-memory error.
We will pass this issue to the corresponding team for further discussion. Please kindly wait for any updates.