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

James Turton commented on DRILL-8351:
-------------------------------------

This looks to me like a bug in the EVF v1 compliant text reader because the 
reported error does not show up in Drill master which uses the EVF v2 compliant 
text reader. Fixing bugs in EVF v1 isn't great value for the project given that 
we're aiming to drop it in favour of EVF v2. Does your use case allow you to 
work from a snapshot of Drill master until 2.0 is released?

>  UserRemoteException :        SYSTEM ERROR: NullPointerException: Schema is 
> currently null.  You must call buildSchema(SelectionVectorMode) before this 
> container can return a schema.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-8351
>                 URL: https://issues.apache.org/jira/browse/DRILL-8351
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - Java
>         Environment: version 1.19 and 1.20.2
>            Reporter: Ravi Kiran
>            Priority: Critical
>         Attachments: SUPPLIERS-20220720082618924.csv, 
> SUPPLIERS-20220720082618936-2.csv, SUPPLIERS-20220720082618946-1.csv, 
> SUPPLIERS-20220720082618958-2.csv, SUPPLIERS-2022072008261930.csv
>
>
> Hi Team,
> I have more than 100k records in my directory, but I am able to fetch only 
> 100k records, not able to fetch after 100k records by using limit and offset.
> I am attaching files also.
>  
> if i use 1.17 or 1.14 able to fetch all records.
>  
> SELECT * FROM dfs. `C:\Users\ravik\Downloads\test_folder` LIMIT 10000 OFFSET 
> 90000



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

Reply via email to