Spacrocket
Spacrocket
Hi all, FYI I am starting working on this enhancement.
What is the reason of last keyword? Wouldn't it be better to use something that is already sticking with jsonPath syntax? For example '-1:' or I've seen in some other...
I've decided to contribute to JsonSurfer to add it; two birds with one stone :)
I looked into JsonSurfer which is used by Hazelcast and using last keyword is not a zero cost abstraction. I've consulted my findings with JsonSurfer creator: https://github.com/wanglingsong/JsonSurfer/issues/103 So I am...
I don't understand the suggestion to override getTableNames(), HazelcastSchema.java is already implicitly overriding this behavior. It's using own tableMap and overrides getTableMap which is later used in final method of...
I checked approach with analyzing query elements and then extracting only them from table resolver. There were a few issues with views, data connections that I managed to solve but...
It appears that the issue arises because openPartitionInfo variable and txn file used in TableReader aren't updated if partition is removed from filesystem. The reason some calls might fail is...
After looking into it, It seems like it's better for the code base to keep it without this functionality. I came up with: Checking length of array and then converting...
I think maybe throwing an exception each time someone creates slice with negative index might be a good idea as It's not really a 'legal move' that now works by...