palashc commented on code in PR #2232: URL: https://github.com/apache/phoenix/pull/2232#discussion_r2214702852
########## phoenix-core/src/test/java/org/apache/phoenix/util/bson/ComparisonExpressionUtilsTest.java: ########## @@ -1954,4 +1954,272 @@ private static RawBsonDocument getDocumentValue() { return RawBsonDocument.parse(json); } + @Test + public void testFieldTypeFunction() { + RawBsonDocument rawBsonDocument = getFieldTypeTestDocument(); + RawBsonDocument compareValues = getFieldTypeCompareValDocument(); + + // Test String type (S) + assertTrue(SQLComparisonExpressionUtils.evaluateConditionExpression( Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org