Yash Mayya
Yash Mayya
Hi Chris! Thanks for taking a look, and also for pointing out that the docs need to be updated - I'd completely missed that code snippets from these FileStream connectors...
This issue occurs even with Mockito `4.11.0` (the latest `4.x` version currently). I tried reproducing it with JDK 8, 11, 17 - the issue occurs on JDK 11 and JDK...
@TimvdLippe here's the PR with the regression test - https://github.com/mockito/mockito/pull/3081. Looks like it's a fairly rarely encountered issue because it only occurs when using the inline mock maker with the...
Is there a better way to configure the member accessor plugin? The draft PR I pushed out to demonstrate the bug will cause every test to use `member-accessor-module` which is...
Thanks Tim, that makes sense. I've removed that file.
@mdedetrich are you still planning to work on this one? If not, I'd be happy to take this on and try to drive it to closure soon.
@mdedetrich no problem, I've assigned https://issues.apache.org/jira/browse/KAFKA-13187 to myself and I'll start working on it next week.
The issue here is that we're registering the standard operator for aggregation functions like MIN / MAX / SUM from Calcite's `SqlStdOperatorTable`. These operators infer the return type as `DECIMAL`...
@engrravijain thanks for your interest in contributing to this project! I've assigned the issue to you.
> In Calcite, FLOAT is a synonym for DOUBLE (see [here](https://calcite.apache.org/docs/reference.html)), and we'll need to map FLOAT in pinot to REAL Ah yeah, I did do this for `FLOAT_ARRAY`, but...