Skip to content

Commit 7df55a5

Browse files
Apply formatting changes
1 parent 7a724c0 commit 7df55a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp/src/gandiva/gdv_function_stubs.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include "arrow/util/value_parsing.h"
2525
#include "gandiva/engine.h"
2626
#include "gandiva/exported_funcs.h"
27-
#include "gandiva/hash_utils.h"
2827
#include "gandiva/formatting_utils.h"
28+
#include "gandiva/hash_utils.h"
2929
#include "gandiva/in_holder.h"
3030
#include "gandiva/like_holder.h"
3131
#include "gandiva/precompiled/types.h"

java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,6 +2046,7 @@ public void testEvaluateWithUnsetTargetHostCPU() throws Exception {
20462046
eval.close();
20472047
}
20482048

2049+
@Test
20492050
public void testCastVarcharFromInteger() throws Exception {
20502051
Field inField = Field.nullable("input", int32);
20512052
Field lenField = Field.nullable("outLength", int64);

0 commit comments

Comments
 (0)