Andrea Arcuri

Results 186 comments of Andrea Arcuri

@amidgol some E2E tests fail after the change of parameters. This shouldn't really happen (but might be issue with the E2E). Few seem related to `AdaptiveHypermutation`, so you might need...

@seran after merging other PR, this now has conflicts.

Hi @aruvic , thanks for reporting this bug. You are indeed right. Dealing with `requestBody.$ref` is definitively something we should handle

Hi, thanks for reporting this. No need to open a different bug report for this, at least for now, as it might be a side-effect of your changes. Unfortunately this...

@aruvic I made a fix for the handling of dereferencing. but i m waiting for CI to finish before merging it into master branch (I ll write it here once...

a fix for dereferencing is now merged in the master branch. @aruvic could you check if it fixes the first issue you reported? if so, could you check if you...

@seran conflicts after merging other PRs into master

hi, thanks for reporting this bug. It is rather weird, as the involved code is: ``` ResultSet columns = md.getColumns(null, schemaDto.name, tableDto.name, null); Set columnNames = new HashSet(); while (columns.next())...

hmmm... I am trying to understand how something like this is even possible... by any chance, is the combination of name schema/table for `addressable` repeated in more than 1 catalog...