Skip to content

Commit ae5305a

Browse files
committed
linting
1 parent 97568d9 commit ae5305a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyarrow/tests/test_gandiva.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def test_tree_exp_builder():
3838

3939
expr = builder.make_expression(if_node, field_result)
4040

41-
projector = gandiva.make_projector(schema, [expr], pa.default_memory_pool())
41+
projector = gandiva.make_projector(
42+
schema, [expr], pa.default_memory_pool())
4243

4344
a = pa.array([10, 12, -20, 5], type=pa.int32())
4445
b = pa.array([5, 15, 15, 17], type=pa.int32())

0 commit comments

Comments
 (0)