Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylouisbsb committed Apr 13, 2021
1 parent 7a724c0 commit 7df55a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/gandiva/gdv_function_stubs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include "arrow/util/value_parsing.h"
#include "gandiva/engine.h"
#include "gandiva/exported_funcs.h"
#include "gandiva/hash_utils.h"
#include "gandiva/formatting_utils.h"
#include "gandiva/hash_utils.h"
#include "gandiva/in_holder.h"
#include "gandiva/like_holder.h"
#include "gandiva/precompiled/types.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@ public void testEvaluateWithUnsetTargetHostCPU() throws Exception {
eval.close();
}

@Test
public void testCastVarcharFromInteger() throws Exception {
Field inField = Field.nullable("input", int32);
Field lenField = Field.nullable("outLength", int64);
Expand Down

0 comments on commit 7df55a5

Please sign in to comment.