You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, it looks like the messytables.any_tableset function does not do what we want, i.e., it won't parse testdata/TwitterK-noheader.hive. The user should be able to pass a delimiter on the command-line, however there is not currently a way to pass that delimiter to any_tableset.
For testdata/TwitterK-noheader.hive:
% python bin/upload_file testdata/TwitterK-noheader.hive --relation test
Traceback (most recent call last):
File "bin/upload_file", line 5, in <module>
upload_file.main(sys.argv[1:])
File "build/bdist.macosx-10.9-x86_64/egg/myria/cmd/upload_file.py", line 147, in main
File "/Users/dhalperi/Envs/myria-python/lib/python2.7/site-packages/messytables/any.py", line 148, in any_tableset
raise messytables.ReadError('any: \n'.join(error))
messytables.error.ReadError: Did not recognise detected MIME type: "application/octet-stream".
The text was updated successfully, but these errors were encountered:
Right now, it looks like the
messytables.any_tableset
function does not do what we want, i.e., it won't parsetestdata/TwitterK-noheader.hive
. The user should be able to pass a delimiter on the command-line, however there is not currently a way to pass that delimiter toany_tableset
.For
testdata/TwitterK-noheader.hive
:The text was updated successfully, but these errors were encountered: