[DISCUSSION] Allow use QuerySqlField.precision for varlen types

2021-08-10 Thread Maksim Timonin
Hi, Igniters! I dived to the precision param of QuerySqlField and SQL data types. The javadocs of QuerySqlField say that the param is for decimal type only. But actually it works for String fields out of the box. So it looks like an easter egg. I think we should either document it or forbid it. A

Re: Re[2]: Google Guava in Ignite 3

2021-08-10 Thread Courtney Robinson
I think since Calcite brings it in already then your arguments make sense. Would it be pinned to the same version as Calcite? Risk NoSuchMethodError at runtime if not. +1 On Mon, Aug 9, 2021 at 9:56 AM Alexander Polovtcev wrote: > Zhenya, Courtney, Andrey, > > What do you think about my argument