tagomoris / shib

WebUI for query engines: Hive and Presto
201 stars 59 forks source link

fix partition expansion error #40

Closed wyukawa closed 9 years ago

wyukawa commented 9 years ago

if you try to expand partition on non partition hive table, the following error occurs.

/.../shib/node_modules/node-thrift/lib/thrift/connection.js:94 throw e; ^ TypeError: Cannot call method 'forEach' of undefined at /.../shib/lib/shib/client.js:399:10 at /.../shib/lib/shib/engines/hiveserver2/index.js:195:16 at /.../shib/lib/shib/engines/hiveserver2/index.js:295:11 at client._reqs.(anonymous function) (/.../shib/node_modules/node-thrift/lib/thrift/connection.js:84:11) at Object.TCLIServiceClient.recv_ExecuteStatement (/.../shib/lib/shib/engines/hiveserver2/TCLIService.js:1878:12) at /.../shib/node_modules/node-thrift/lib/thrift/connection.js:87:37 at Socket. (/.../shib/node_modules/node-thrift/lib/thrift/transport.js:185:5) at Socket.emit (events.js:95:17) at Socket. (_stream_readable.js:765:14) at Socket.emit (events.js:92:17)