ERROR 1105 (HY000) at line 2: Unexpected exception: Unable to marshall request to JSON: host must not be null. [root@vm30 ~]# ERROR 1105 (HY000) at line 2: Unexpected exception: Unable to marshall request to JSON: host must not be null.主机名必须不能为空。这里加了协议,根据官方的...
(code=Unexpected, target=null, message=Query table information failed, table name=table_hash, error massage=No enum constant com.oceanbase.tools.dbbrowser.model.DBTableColumn.KeyType.DUP), Error.Detail(code=UnexpectedException, target=null, message=Query table information failed, table name=table_...
ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: org.apache.doris.external.elasticsearch.DorisEsException: index[index_name] type[null] mapping not found for the ES Cluster What You Expected? 返回index 内数据。 How to Reproduce? No response Anything Else? No response Are...
LOG.debug("origin stmt: {}; Analyze error message: {}", originStmt, parser.getErrorMsg(originStmt), e);if(errorMessage ==null) {throwe;}else{thrownewAnalysisException(errorMessage, e); } }catch(Exception e) {// TODO(lingbin): we catch 'Exception' to prevent unexpected error,// shou...
ERROR 1064 (HY000): errCode = 2, detailMessage = Unexpected exception: org.apache.doris.analysis.CastExpr cannot be cast to org.apache.doris.analysis.LiteralExpr To Reproduce CREATEDATABASEIFNOT EXISTS`test`; USE`test`;CREATETABLE`test_t` (`dt`bigint(20)NULL,`id`bigint(20)NULL,`name`va...
{}", originStmt, parser.getErrorMsg(originStmt), e); if (errorMessage == null) {throw e;} else {throw new AnalysisException(errorMessage, e); } } catch (Exception e) {// TODO(lingbin): we catch 'Exception' to prevent unexpected error, // should be removed this try-catch clause ...
getErrorMsg(originStmt), e); if (errorMessage == null) {throw e;} else {throw new AnalysisException(errorMessage, e); } } catch (Exception e) {// TODO(lingbin): we catch 'Exception' to prevent unexpected error, // should be removed this try-catch clause future. throw new ...
}// This is to disable the spring-boot-devtools restart feature.// To avoid some unexpected behavior.System.setProperty("spring.devtools.restart.enabled", "false");// Value of `DORIS_HOME_DIR` is null in unit test.if (PaloFe.DORIS_HOME_DIR != null) {System.setProperty("spring.http....
-+---+---+---+ | 15002 | hive | hms | | | 16003 | hive_211 | hms | | | 16012 | iceberg | NULL | yes | | 0 | internal | internal | | +---+---+---+---+ 4 rows in set (0.00 sec) mysql> (5)切换目录 mysql> SWITCH iceberg; Query OK, 0 rows affected (0.0...
// To avoid some unexpected behavior. System.setProperty("spring.devtools.restart.enabled", "false"); // Value of `DORIS_HOME_DIR` is null in unit test. if (PaloFe.DORIS_HOME_DIR != null) { System.setProperty("spring.http.multipart.location", PaloFe.DORIS_HOME_DIR); } System.setPrope...