thrift/Status.thrift in impala-0.1.6 vs thrift/Status.thrift in impala-0.2.0
- old
+ new
@@ -12,17 +12,18 @@
// See the License for the specific language governing permissions and
// limitations under the License.
namespace cpp impala
namespace java com.cloudera.impala.thrift
-namespace rb Impala.Protocol
+namespace rb impala.protocol
enum TStatusCode {
OK,
CANCELLED,
ANALYSIS_ERROR,
NOT_IMPLEMENTED_ERROR,
RUNTIME_ERROR,
+ MEM_LIMIT_EXCEEDED,
INTERNAL_ERROR
}
struct TStatus {
1: required TStatusCode status_code