Open Mrzyxing opened 4 weeks ago
Maybe just figure it out before leave my desk, it looks like airlift json module provides a stricter deserialization rule this will cause the AbstractJacksonMapper.readFrom()
can not write the value to object.
More info about jackson can not deserialize maybe detect properties on interface default class filed cause problem, my current solution is explicitly add annotations to the setter and it worked.
And sorry for misunderstanding about is distinct from expression
,it just worked fine.This is the first time to know this NULL safe equal
and not really sure this worked for every version of mysql.
My workaround is under version 12 and
TrinoGatewayRunner
.And this will also cause
SelectorsDao.java
error with null values.Is here:
is distinct from
but<=>
?