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: [email protected] With regards, Apache Git Services
