kadirozde commented on code in PR #1701:
URL: https://github.com/apache/phoenix/pull/1701#discussion_r1349387169
##########
phoenix-core/src/test/java/org/apache/phoenix/compile/WhereCompilerTest.java:
##########
@@ -889,7 +892,7 @@ public void testInListWithAnd2FilterScanKey() throws
SQLException {
@Test
public void testBetweenFilter() throws SQLException {
String tenantId = "000000000000001";
- String query = "select * from atable where organization_id='" +
tenantId + "' and a_integer between 0 and 10";
+ String query = "select * from atable where '" + tenantId +"'
=organization_id" + " and a_integer between 0 and 10";
Review Comment:
You are right!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]