Abhishek Agarwal
Abhishek Agarwal
ok. I see. This is why I asked about the typical duration of your queries. I am not sure if there is a practical use for being able to cancel...
FWIW, unlike MySQL, the druid has a default query timeout of 5 minutes. Still interested in learning more about the troubleshooting workflow that this feature will enable.
IMO it seems a bit weird to model `iceberg` and `delta` as input sources. They do look like file formats to me - though more of a logical file format...
Thank you for putting this together @kfaraz. Looking forward to the PR. Having a unit test framework will make it easier to write and run more tests. As it stands...
@zhangyue19921010 are you still working on this PR? Happy to help with the reviewing if needed.
Thank you for taking this up @churromorales. It will be nice to keep this as extension. You can certainly add extension points in the core if you need them. Or...
@churromorales - This is really great. I will take a look at your PR very soon.
I have started a thread to get rid of most of the firehose related code. If we don't end up deleting that code, we could ignore these test cases in...
These flaky test will be gone once https://github.com/apache/druid/pull/12852 is merged.
ThriftToPig has the similar behaviour wherein the library writes the default value of the optional field instead of the null value if the field was not set. This makes it...