Ivan Bella
Ivan Bella
Currently the -c, -cf, and -cq specify the exact colum family and column qualifier to scan for. I need to scan for data that is between two column family values...
WRT the exclusivity options, the existing ones would suffice but update the comment to not be specific to the row but instead to the entire key (row + cf _...
That is exactly correct @ctubbsii
@lbschanno using squiggly may be a little overkill here. Pagination may be the easier way to go.
Created a separate ticket (#788) for the query model endpoint
@alerman I believe you updated an interface to allow a paging mechanism on an internal sub-system. Could you comment on what you did that may help Laura work this issue....
OK, here is the plan. @alerman will implement using ag-grid for the client-side pagination which should get us over the initial hump of being unable to load the data dictionary...
Correction, this is actually correct because to batch 123400 exactly would have to match +fE1.234 in which case there are no zero's in the normalized number.
This is a case that the lossy numeric regex should be handling... I will verify.
Tested lowside and in the query microservices. All that is remaining is to ensure all tests work in the integration platform.