Describe the bug
thread 'auron-native-stage-0-part-1-tid-1' panicked at /Users/csy/.cargo/git/checkouts/arrow-rs-96e2e50d1a8babdf/5de0252/arrow-select/src/take.rs:485:25:
index out of bounds: the len is 2 but the index is 2
To Reproduce
insert overwrite table test_string select 'abc' from range(15);
add jar https://repo1.maven.org/maven2/org/apache/hive/hive-contrib/2.3.9/hive-contrib-2.3.9.jar;
create temporary function udtfCount2 as 'org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFCount2';
select udtfCount2(c1),c1 from test_string;
Expected behavior
Screenshots
Additional context