mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
Reintroduce SEQUENCEFILE writer tests
The sequence writer test had an issue with zlib on certain cluster machines, making this a flaky test. This has passed several times locally and in private builds. This re-enables the test because the failures could not be produced in private builds. Change-Id: I0aeea3a2d000e711e5a84427a7b40592e1eef75b Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5077 Reviewed-by: Victor Bittorf <victor.bittorf@cloudera.com> Tested-by: jenkins
This commit is contained in:
@@ -37,7 +37,7 @@ insert into __seq_write values (4, "e", 5.5);
|
||||
SET ALLOW_UNSUPPORTED_FORMATS=0;
|
||||
insert into __seq_write values (4, "e", 5.5);
|
||||
---- CATCH
|
||||
Writing to table format SEQUENCEFILE is not supported. Use query option
|
||||
Writing to table format SEQUENCE_FILE is not supported. Use query option
|
||||
====
|
||||
---- QUERY
|
||||
select * from __seq_write;
|
||||
|
||||
Reference in New Issue
Block a user