Adarsh Sanjeev
Adarsh Sanjeev
To see if the created export file is in the symlink format, I generated manifest files using Apache Spark with Delta Lake. The generated file is in a similar format...
Thanks for the PR! I'll take a look at it shortly.
Yes, the changes look good to me! Thanks for the PR!
> The finalShuffleSpec must also be set in the case of ingest queries. ~Ingest queries do not allow limit, unless the partitioning is ALL, so this case shouldn't happen.~ I...
I have refactored the code in the QueryKits and added additional tests to address the comments.
@cryptoe could you please take a look at the changes I made now to MSQDurableStorageModule?
Thanks for making the PR! I'll try to review this soon.
@nozjkoitop I think @LakshSingla's comment was to only make changes that affect MSQ, since the bug is seen only there. I think your changes might affect other queries as well.
Sure, I can take a look at this bug
@vivek807 I was trying out this change. I was able to see this header only if I was directly hitting the broker. Hitting the router (that is, `localhost:8888` if you...