See <https://builds.apache.org/job/Phoenix-calcite/49/>
------------------------------------------
[...truncated 31870 lines...]
"COLLECT" ...
"COVAR_POP" ...
"COVAR_SAMP" ...
"CUME_DIST" ...
"COUNT" ...
"CURRENT_DATE" ...
"CURRENT_TIME" ...
"CURRENT_TIMESTAMP" ...
"DENSE_RANK" ...
"ELEMENT" ...
"EXP" ...
"FIRST_VALUE" ...
"FUSION" ...
"GROUPING" ...
"LAST_VALUE" ...
"LN" ...
"LOCALTIME" ...
"LOCALTIMESTAMP" ...
"LOWER" ...
"MAX" ...
"MIN" ...
"MOD" ...
"NULLIF" ...
"OCTET_LENGTH" ...
"PERCENT_RANK" ...
"POWER" ...
"RANK" ...
"REGR_SXX" ...
"REGR_SYY" ...
"ROW_NUMBER" ...
"SQRT" ...
"STDDEV_POP" ...
"STDDEV_SAMP" ...
"SUM" ...
"UPPER" ...
"VAR_POP" ...
"VAR_SAMP" ...
"CURRENT_CATALOG" ...
"CURRENT_DEFAULT_TRANSFORM_GROUP" ...
"CURRENT_PATH" ...
"CURRENT_ROLE" ...
"CURRENT_SCHEMA" ...
"CURRENT_USER" ...
"SESSION_USER" ...
"SYSTEM_USER" ...
"USER" ...
"NEW" ...
"CASE" ...
"NEXT" ...
"CURRENT" ...
"CURSOR" ...
"ROW" ...
"(" ...
at
org.apache.phoenix.end2end.PercentileIT.testPercentileDiscAsc(PercentileIT.java:181)
Running org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.867 sec <<<
FAILURE! - in org.apache.phoenix.end2end.PowerFunctionEnd2EndIT
test(org.apache.phoenix.end2end.PowerFunctionEnd2EndIT) Time elapsed: 4.867
sec <<< ERROR!
java.sql.SQLException: ERROR 201 (22000): Illegal data.
at
org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.testNumberSpec(PowerFunctionEnd2EndIT.java:95)
at
org.apache.phoenix.end2end.PowerFunctionEnd2EndIT.test(PowerFunctionEnd2EndIT.java:145)
Caused by: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException:
org.apache.hadoop.hbase.DoNotRetryIOException:
T000174,,1482386178907.baf50b50cb1e79825536386581bddc68.:
java.sql.SQLException: ERROR 201 (22000): Illegal data.
at
org.apache.phoenix.util.ServerUtil.createIOException(ServerUtil.java:87)
at
org.apache.phoenix.util.ServerUtil.throwIOException(ServerUtil.java:53)
at
org.apache.phoenix.coprocessor.BaseScannerRegionObserver$1.nextRaw(BaseScannerRegionObserver.java:489)
at
org.apache.phoenix.coprocessor.DelegateRegionScanner.nextRaw(DelegateRegionScanner.java:77)
at
org.apache.phoenix.coprocessor.DelegateRegionScanner.nextRaw(DelegateRegionScanner.java:77)
at
org.apache.phoenix.coprocessor.BaseScannerRegionObserver$RegionScannerHolder.nextRaw(BaseScannerRegionObserver.java:261)
at
org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:2555)
at
org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:33648)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2170)
at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:109)
at
org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:133)
at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:108)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.phoenix.schema.IllegalDataException:
java.sql.SQLException: ERROR 201 (22000): Illegal data.
at
org.apache.phoenix.schema.types.PDataType.newIllegalDataException(PDataType.java:297)
at
org.apache.phoenix.schema.types.PUnsignedDouble$UnsignedDoubleCodec.decodeDouble(PUnsignedDouble.java:155)
at
org.apache.phoenix.schema.types.PDataType$BaseCodec.decodeDouble(PDataType.java:414)
at
org.apache.phoenix.expression.function.JavaMathOneArgumentFunction.getArg(JavaMathOneArgumentFunction.java:46)
at
org.apache.phoenix.expression.function.JavaMathTwoArgumentFunction.evaluate(JavaMathTwoArgumentFunction.java:48)
at
org.apache.phoenix.schema.KeyValueSchema.toBytes(KeyValueSchema.java:112)
at
org.apache.phoenix.execute.TupleProjector.projectResults(TupleProjector.java:253)
at
org.apache.phoenix.coprocessor.BaseScannerRegionObserver$1.nextRaw(BaseScannerRegionObserver.java:480)
... 10 more
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data.
at
org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:464)
at
org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:150)
... 18 more
Running org.apache.phoenix.end2end.QueryMoreIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.497 sec - in
org.apache.phoenix.end2end.QueryExecWithoutSCNIT
Running org.apache.phoenix.end2end.QueryWithOffsetIT
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 15.376 sec <<<
FAILURE! - in org.apache.phoenix.end2end.PrimitiveTypeIT
testCompareLongGTDecimal2(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 1.255 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000201
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal2(PrimitiveTypeIT.java:137)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal2(PrimitiveTypeIT.java:137)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal2(PrimitiveTypeIT.java:137)
testBooleanAsObject(org.apache.phoenix.end2end.PrimitiveTypeIT) Time elapsed:
2.262 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000202
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testBooleanAsObject(PrimitiveTypeIT.java:229)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testBooleanAsObject(PrimitiveTypeIT.java:229)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testBooleanAsObject(PrimitiveTypeIT.java:229)
testCompareLongLTEDecimal(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 2.269 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000203
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal(PrimitiveTypeIT.java:116)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal(PrimitiveTypeIT.java:116)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal(PrimitiveTypeIT.java:116)
testCompareLongLTEDecimal2(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 1.261 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000204
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal2(PrimitiveTypeIT.java:205)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal2(PrimitiveTypeIT.java:205)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTEDecimal2(PrimitiveTypeIT.java:205)
testCompareLongGTEDecimal(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 1.258 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000205
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal(PrimitiveTypeIT.java:70)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal(PrimitiveTypeIT.java:70)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal(PrimitiveTypeIT.java:70)
testCompareLongGTEDecimal2(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 2.258 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000206
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal2(PrimitiveTypeIT.java:159)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal2(PrimitiveTypeIT.java:159)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTEDecimal2(PrimitiveTypeIT.java:159)
testCompareLongLTDecimal(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 1.278 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000207
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal(PrimitiveTypeIT.java:94)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal(PrimitiveTypeIT.java:94)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal(PrimitiveTypeIT.java:94)
testCompareLongGTDecimal(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 2.275 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000208
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal(PrimitiveTypeIT.java:53)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal(PrimitiveTypeIT.java:53)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongGTDecimal(PrimitiveTypeIT.java:53)
testCompareLongLTDecimal2(org.apache.phoenix.end2end.PrimitiveTypeIT) Time
elapsed: 1.258 sec <<< ERROR!
java.sql.SQLException: Error while preparing statement [upsert into T000209
VALUES(?)]
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal2(PrimitiveTypeIT.java:181)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 13 to line 1, column 19: Number of INSERT target columns (2) does not
equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal2(PrimitiveTypeIT.java:181)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Number of
INSERT target columns (2) does not equal number of source items (1)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.initTableValues(PrimitiveTypeIT.java:42)
at
org.apache.phoenix.end2end.PrimitiveTypeIT.testCompareLongLTDecimal2(PrimitiveTypeIT.java:181)
Running org.apache.phoenix.end2end.RTrimFunctionIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.358 sec <<<
FAILURE! - in org.apache.phoenix.end2end.RTrimFunctionIT
testWithFixedLengthDescPK(org.apache.phoenix.end2end.RTrimFunctionIT) Time
elapsed: 1.634 sec <<< ERROR!
java.sql.SQLException: Error while executing SQL "select k from T000210 WHERE
rtrim(k)='b'": From line 1, column 29 to line 1, column 36: No match found for
function signature RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthDescPK(RTrimFunctionIT.java:45)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 29 to line 1, column 36: No match found for function signature
RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthDescPK(RTrimFunctionIT.java:45)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match
found for function signature RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthDescPK(RTrimFunctionIT.java:45)
testWithFixedLengthAscPK(org.apache.phoenix.end2end.RTrimFunctionIT) Time
elapsed: 1.699 sec <<< ERROR!
java.sql.SQLException: Error while executing SQL "select k from T000211 WHERE
rtrim(k)='b'": From line 1, column 29 to line 1, column 36: No match found for
function signature RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthAscPK(RTrimFunctionIT.java:40)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 29 to line 1, column 36: No match found for function signature
RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthAscPK(RTrimFunctionIT.java:40)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match
found for function signature RTRIM(<CHARACTER>)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthPK(RTrimFunctionIT.java:65)
at
org.apache.phoenix.end2end.RTrimFunctionIT.testWithFixedLengthAscPK(RTrimFunctionIT.java:40)
Running org.apache.phoenix.end2end.ReadOnlyIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.436 sec <<<
FAILURE! - in org.apache.phoenix.end2end.ReadOnlyIT
testConnectionReadOnly(org.apache.phoenix.end2end.ReadOnlyIT) Time elapsed:
1.423 sec <<< FAILURE!
java.lang.AssertionError
at
org.apache.phoenix.end2end.ReadOnlyIT.testConnectionReadOnly(ReadOnlyIT.java:72)
Running org.apache.phoenix.end2end.RegexpReplaceFunctionIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 4 sec <<<
FAILURE! - in org.apache.phoenix.end2end.RegexpReplaceFunctionIT
testFilterWithRegexReplace(org.apache.phoenix.end2end.RegexpReplaceFunctionIT)
Time elapsed: 1.441 sec <<< ERROR!
java.sql.SQLException: Error while executing SQL "select id from T000213 where
REGEXP_REPLACE(uri, '[2-3]+', '*') = 'Report*'": From line 1, column 30 to line
1, column 63: No match found for function signature REGEXP_REPLACE(<CHARACTER>,
<CHARACTER>, <CHARACTER>)
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testFilterWithRegexReplace(RegexpReplaceFunctionIT.java:87)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 30 to line 1, column 63: No match found for function signature
REGEXP_REPLACE(<CHARACTER>, <CHARACTER>, <CHARACTER>)
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testFilterWithRegexReplace(RegexpReplaceFunctionIT.java:87)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match
found for function signature REGEXP_REPLACE(<CHARACTER>, <CHARACTER>,
<CHARACTER>)
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testFilterWithRegexReplace(RegexpReplaceFunctionIT.java:87)
testGroupByScanWithRegexpReplace(org.apache.phoenix.end2end.RegexpReplaceFunctionIT)
Time elapsed: 2.558 sec <<< ERROR!
java.sql.SQLException: Error while executing SQL "select REGEXP_REPLACE(uri,
'[1-3]+', '*') suburi, sum(appcpu) sumcpu from T000214 group by suburi": From
line 1, column 92 to line 1, column 97: Column 'SUBURI' not found in any table
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testGroupByScanWithRegexpReplace(RegexpReplaceFunctionIT.java:68)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1,
column 92 to line 1, column 97: Column 'SUBURI' not found in any table
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testGroupByScanWithRegexpReplace(RegexpReplaceFunctionIT.java:68)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column
'SUBURI' not found in any table
at
org.apache.phoenix.end2end.RegexpReplaceFunctionIT.testGroupByScanWithRegexpReplace(RegexpReplaceFunctionIT.java:68)
Running org.apache.phoenix.end2end.RegexpSplitFunctionIT
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results