[ 
https://issues.apache.org/jira/browse/LIVY-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788595#comment-16788595
 ] 

holmes.infra edited comment on LIVY-565 at 3/9/19 9:29 AM:
-----------------------------------------------------------

Submitted a patch for this issue 
https://github.com/apache/incubator-livy/pull/149


was (Author: holmes.infra):
Submitted a patch for this issue 
[https://github.com/apache/incubator-livy/pull/148|https://github.com/apache/incubator-livy/pull/149]

> 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