cxzl25 opened a new issue, #1737:
URL: https://github.com/apache/auron/issues/1737

   **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**
   
   ```sql
   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**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Screenshots**
   <!--
   If applicable, add screenshots to help explain your problem.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to