Dain Sundstrom

Results 12 comments of Dain Sundstrom

I am so glad someone finally had the time to address this!

Without a reproduction, I don't think it will be possible to figure this out. My guess is the problem has to do with the `OrderedAccumulatorFactory`. The code should work if...

I tried following the code in a debugger, and I saw the record constructor being processed and registered, with the raw record field names (the constructor parameter names). It looked...

I tried adding an explicit constructor with `@JsonCreator` and that doesn't work (same error). Think the issue it the new special method to discover the record constructor. Maybe it messes...

> At the end of the analysis, this is used to do the access checks. They are collected in a Map, where the key is the pair of access control...

@grantatspothero do we still want this PR? I thought you worked around it in another way

That is what I'm doing today. The problem is the project I'm working on has a couple hundred branches so scanning that list is not fast for me. Having a...

Support for ADLS Gen2 in this project is pretty critical for any team building support for ABFS. Without this simulator, testing integrations in projects like Trino and Iceberg will require...

> Would you please share how you would like to use AdlsGen2 with Azurite? I work on [Trino](https://github.com/trinodb/trino) and we in the process of replacing Hadoop dependencies with custom code,...

@findinpath this is closer to a full rewrite than an upgrade, so this would invalidate that other PR