[jira] [Created] (ZEPPELIN-5971) tableWithUTFCharacters throws error when loading data with arrays

2023-10-14 Thread Levi Makee (Jira)
Levi Makee created ZEPPELIN-5971:


 Summary: tableWithUTFCharacters throws error when loading data 
with arrays
 Key: ZEPPELIN-5971
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5971
 Project: Zeppelin
  Issue Type: Bug
Reporter: Levi Makee
 Attachments: fix2.PNG, image001 - Copy-1.png, image001 - Copy.png

The error occurs when you try to *select* table that has columns with array 
values

 

!image001 - Copy-1.png!

 

 

!fix2.PNG!

 

 

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ZEPPELIN-5970) tableWithUTFCharacters throws IndexOutOfBoundsException when INSERT/CREATE statement is executed

2023-10-14 Thread Levi Makee (Jira)
Levi Makee created ZEPPELIN-5970:


 Summary: tableWithUTFCharacters throws IndexOutOfBoundsException 
when INSERT/CREATE statement is executed
 Key: ZEPPELIN-5970
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5970
 Project: Zeppelin
  Issue Type: Bug
Reporter: Levi Makee


ref. 
https://github.com/apache/zeppelin/commit/0fc1d7ba2081ebeed5c45d87c27ca57727f54099
 * The error occurs in *parseSQLJsonOutput (line 180)* as it always expects 
*rowsOutput* to have at least 2 values.
 * When INSERT/CREATE statement is executed, the *rowsOutput* is empty, the app 
throws *IndexOutOfBoundsException* 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)