kou commented on a change in pull request #10367:
URL: https://github.com/apache/arrow/pull/10367#discussion_r638370523
##########
File path:
java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java
##########
@@ -1193,7 +1193,7 @@ public void testInExpr() throws GandivaException,
Exception {
Field c1 = Field.nullable("c1", int32);
TreeNode inExpr =
- TreeBuilder.makeInExpressionInt32(TreeBuilder.makeField(c1),
Sets.newHashSet(1, 2, 3, 4, 5, 15, 16));
+ TreeBuilder.makeInExpressionInt32(TreeBuilder.makeField(c1),
Sets.newHashSet(1, 2, 3, 4, 5, 15, 16));
Review comment:
Is this indent style change intentional?
It seems that we use 4 spaces not 8 spaces for this case in other places.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]