[ 
https://issues.apache.org/jira/browse/LIVY-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

holmes.infra updated LIVY-565:
------------------------------
    Summary: Fix the bug that sql query row count is less than the actual row 
count of the table  (was: fix the bug that sql query row count is less than the 
actual row count of the table)

> Fix the bug that sql query row count is less than the actual row count of the 
> table
> -----------------------------------------------------------------------------------
>
>                 Key: LIVY-565
>                 URL: https://issues.apache.org/jira/browse/LIVY-565
>             Project: Livy
>          Issue Type: Bug
>          Components: Server
>            Reporter: holmes.infra
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> For example, there is a table with two columns ,which has two hundred rows 
> ,and one of the column's data is all null .When the maxRows of sql query is 
> 200 ,it will only return 100 rows.The cause is that the ColumnBuffer array 
> ,only expands automatically when the inserted data size exceeds 100 , but 
> does not expand if the one of column data is all null.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to