You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/11 01:58:41 UTC

[GitHub] timifasubaa opened a new pull request #4804: [upload csv to hive] fix call to unicodereader.next()

timifasubaa opened a new pull request #4804: [upload csv to hive] fix call to unicodereader.next()
URL: https://github.com/apache/incubator-superset/pull/4804
 
 
   Calling unicodeReader.next() was problematic because i doesn't reliably work. The correct way to get the first item in the list is next(items) or for i in items. 
   
   This PR corrects that issue.
   
   @michellethomas @john-bodley 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services