Tavi Truman

Results 123 comments of Tavi Truman

@sunkararp The current implementation for GE to run in Service Fabric major rework of the runtime must take place. After much review with Microsoft Service Fabric team and an outside...

@sunkararp I have been working on the GE/SF implementation in the background and finally have more time to address this problem. I hope to have a fix in place next...

I am trying to upgrade the repo to .NET 6 but many things have changed; it is a bit confusing.

@alenas - I am looking at this right now; what Test Case failed for you?

![image](https://user-images.githubusercontent.com/5692812/184947073-2511ab80-5572-4cc1-a60c-b4a91c6fb510.png)

I found the actual bug! ![image](https://user-images.githubusercontent.com/5692812/184954388-87509bcd-84a7-4989-a23a-701e0832b7f1.png) ![image](https://user-images.githubusercontent.com/5692812/184954479-9ce79890-5fde-43b3-9dd1-dcd921fe5e5c.png) the and_pred has a value of null and the fails in the call: return Expression.Condition(GenerateBooleanPredicateExpression(pred_object, icell), action_const, noaction_const); in method: GenerateConditionalPredicateExpression

Here is the offending outer code block: ![image](https://user-images.githubusercontent.com/5692812/184959955-72a0f95b-a2b1-4201-960f-909c38068e40.png) The call to FanoutSearchDescriptor fails: FanoutSearchDescriptor fanoutSearch_desc = new FanoutSearchDescriptor(queryPath, queryObject); Here is the JsonQuery content that fails: ![image](https://user-images.githubusercontent.com/5692812/184961178-d6b44431-3a91-48a6-87ff-028dc8c02aad.png) These LIKQ JsonQuery...

Something is not right with the JSON parsing logic. I don't use JsonDSL but do use LambdaDSL and KnowledgeGraph LIKQ dialects and have not had any problems with the .NET...

Yeah - I totally don't use Json in any KnowledgeGraph productions: * Corrected to match actual working knowledge graph This works just fine for me: var pathsx = KnowledgeGraph .StartFrom(123)...

@alenas not all LIKQ language dialects will process json statements. I am just looking at Lambda DSL, and Json DSL processing as there are some test case failing.