Ivan Bella
Ivan Bella
Julie came back and said that any wildcard in the field value regardless of escaping should be flagged. What does the lucene parser do with such an expression anyway?
She is goint to test that and see what happens.
You got to it before she did... thanks. I think the answer still stands. If there is a '*' in the expression within quotes, then flag it as potentially invalid
Well, given how many of the test cases are showing non-thread safety (as has been stated previously), I am going to change this to only test for thread safety where...
> -1 failed build and: Quick note but the PR would need a detailed review from more folks: I am really skeptical here, VFS was _not_ designed for thread safety;...
Several solutions here: 1) simply increase the idle timeout on the remote system 2) add a Query/id/ping endpoint that the composite query logic can call (controlled by a role) 3)...
FYI, I found that the UniqueExpressionTermsVisitor can also produce a non-flattened tree in the end. The query that exposed this was query in the ExecutableVisitorExpansionTest.testGeowaveExpansion in the process of working...
So in the EventMapper.map, there is a try-catch around the processEvent call. In this catch clause, it pulls all of the error datahandlers and runs the events through those. Those...
> @ivakegg are the transformed or original values supposed to be returned by the #GROUPBY function when sub-selecting by dates? I would expect that the truncated values are the ones...
Here is a script that will create a table without and versioning iterator configured: > #!/bin/sh > echo "createtable test" > echo "config -t test -d table.iterator.majc.vers" > echo "config...