未验证 提交 68614458 编写于 作者: S Summer 提交者: GitHub

Sona:add space before package path and fix 9 bugs(close stmt) in IoTDBDatabaseMetadata (#10377)

上级 8792c3bd
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.flink.options.IoTDBSinkOptions;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.flink.tsfile.RowTSRecordConverter;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.flink.tsfile.RowRowRecordParser;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.flink.tsfile.RowTSRecordConverter;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.flink.tsfile.RowRowRecordParser;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.flink;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.hadoop.tsfile;
import org.apache.hadoop.conf.Configuration;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.hadoop.tsfile;
import org.apache.iotdb.hadoop.tsfile.record.HDFSTSRecord;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.hadoop.tsfile;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.jdbc.IoTDBSQLException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.slf4j.Logger;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.jdbc.IoTDBSQLException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.kafka;
public class Constant {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.kafka;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.kafka;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.kafka;
import org.apache.kafka.clients.producer.KafkaProducer;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.mqtt.server;
import org.apache.iotdb.db.protocol.mqtt.Message;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.mqtt;
import org.fusesource.mqtt.client.BlockingConnection;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.pulsar;
@SuppressWarnings("squid:S2068")
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.pulsar;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.pulsar;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.pulsar;
import org.apache.pulsar.client.api.BatcherBuilder;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rocketmq;
public class Constant {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rocketmq;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rocketmq;
import org.apache.rocketmq.client.exception.MQBrokerException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rocketmq;
public class Utils {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.commons.path.PartialPath;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.isession.SessionDataSet;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.isession.SessionDataSet.DataIterator;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.isession.SessionDataSet;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb;
import org.apache.iotdb.session.Session;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tsfile;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tsfile;
import org.apache.iotdb.tsfile.read.TsFileReader;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tsfile;
import org.apache.iotdb.tsfile.common.conf.TSFileConfig;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tsfile;
import org.apache.iotdb.tsfile.exception.write.WriteProcessException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tsfile;
import org.apache.iotdb.tsfile.exception.write.WriteProcessException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.cli;
import org.apache.iotdb.cli.utils.JlineUtils;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.cli.utils;
import org.apache.commons.lang3.StringUtils;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.exception;
public class ArgsErrorException extends Exception {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tool;
import org.apache.iotdb.cli.utils.IoTPrinter;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.cli;
import org.apache.iotdb.cli.AbstractCli.OperationResult;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.cli;
import org.apache.thrift.annotation.Nullable;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tool.integration;
import org.apache.iotdb.cli.AbstractScript;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.tool.integration;
import org.apache.iotdb.cli.AbstractScript;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession;
import org.apache.iotdb.common.rpc.thrift.TAggregationType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession;
import org.apache.iotdb.isession.util.Version;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession;
import org.apache.iotdb.rpc.IoTDBConnectionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession.pool;
import org.apache.iotdb.common.rpc.thrift.TAggregationType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession.pool;
import org.apache.iotdb.isession.ISession;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession.template;
import org.apache.iotdb.rpc.StatementExecutionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession.template;
import org.apache.iotdb.rpc.StatementExecutionException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.isession.util;
/** Status of current system */
......
......@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.jdbc;
import org.osgi.framework.BundleActivator;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.jdbc.Constant.Version;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
public class Constant {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
public class Field {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.rpc.RpcUtils;
......
......@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.thrift.transport.TTransportException;
......
......@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.jdbc;
import org.ops4j.pax.jdbc.common.BeanConfig;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.rpc.RpcUtils;
......@@ -724,7 +725,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
@Override
public ResultSet getCatalogs() throws SQLException {
Statement stmt = this.connection.createStatement();
ResultSet rs = stmt.executeQuery(SHOW_DATABASES_SQL);
ResultSet rs;
try {
rs = stmt.executeQuery(SHOW_DATABASES_SQL);
} catch (SQLException e) {
stmt.close();
throw e;
}
List<String> columnNameList = new ArrayList<>();
List<String> columnTypeList = new ArrayList<>();
......@@ -812,8 +819,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
@Override
public ResultSet getClientInfoProperties() throws SQLException {
Statement stmt = this.connection.createStatement();
ResultSet rs = stmt.executeQuery(SHOW_DATABASES_SQL);
ResultSet rs;
try {
rs = stmt.executeQuery(SHOW_DATABASES_SQL);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[4];
fields[0] = new Field("", "NAME", "TEXT");
fields[1] = new Field("", "MAX_LEN", INT32);
......@@ -902,7 +914,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
&& columnNamePattern.length() > 0) {
sql = sql + "." + columnNamePattern;
}
ResultSet rs = stmt.executeQuery(sql);
ResultSet rs;
try {
rs = stmt.executeQuery(sql);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[8];
fields[0] = new Field("", TABLE_CAT, "TEXT");
fields[1] = new Field("", TABLE_SCHEM, "TEXT");
......@@ -1158,7 +1176,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
java.lang.String columnNamePattern)
throws SQLException {
Statement stmt = connection.createStatement();
ResultSet rs = stmt.executeQuery(SHOW_FUNCTIONS);
ResultSet rs;
try {
rs = stmt.executeQuery(SHOW_FUNCTIONS);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[17];
fields[0] = new Field("", "FUNCTION_CAT ", "TEXT");
fields[1] = new Field("", "FUNCTION_SCHEM", "TEXT");
......@@ -1250,7 +1274,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
public ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern)
throws SQLException {
Statement stmt = connection.createStatement();
ResultSet rs = stmt.executeQuery(SHOW_FUNCTIONS);
ResultSet rs;
try {
rs = stmt.executeQuery(SHOW_FUNCTIONS);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[6];
fields[0] = new Field("", "FUNCTION_CAT ", "TEXT");
fields[1] = new Field("", "FUNCTION_SCHEM", "TEXT");
......@@ -1828,7 +1858,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
@Override
public ResultSet getSchemas() throws SQLException {
Statement stmt = this.connection.createStatement();
ResultSet rs = stmt.executeQuery(SHOW_DATABASES_SQL);
ResultSet rs;
try {
rs = stmt.executeQuery(SHOW_DATABASES_SQL);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[2];
fields[0] = new Field("", TABLE_SCHEM, "TEXT");
fields[1] = new Field("", "TABLE_CATALOG", "TEXT");
......@@ -2026,8 +2062,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
}
sql = sql + "." + tableNamePattern;
}
ResultSet rs = stmt.executeQuery(sql);
ResultSet rs;
try {
rs = stmt.executeQuery(sql);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[8];
fields[0] = new Field("", TABLE_CAT, "TEXT");
fields[1] = new Field("", TABLE_SCHEM, "TEXT");
......@@ -2184,7 +2225,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
}
sql = sql + "." + columnNamePattern;
}
ResultSet rs = stmt.executeQuery(sql);
ResultSet rs;
try {
rs = stmt.executeQuery(sql);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[24];
fields[0] = new Field("", TABLE_CAT, "TEXT");
fields[1] = new Field("", TABLE_SCHEM, "TEXT");
......@@ -2439,7 +2486,13 @@ public class IoTDBDatabaseMetadata implements DatabaseMetaData {
}
sql = sql + "." + tableNamePattern;
}
ResultSet rs = stmt.executeQuery(sql);
ResultSet rs;
try {
rs = stmt.executeQuery(sql);
} catch (SQLException e) {
stmt.close();
throw e;
}
Field[] fields = new Field[10];
fields[0] = new Field("", TABLE_CAT, "TEXT");
fields[1] = new Field("", TABLE_SCHEM, "TEXT");
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.thrift.transport.TTransportException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.service.rpc.thrift.IClientRPCService.Iface;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import java.sql.ResultSetMetaData;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import java.sql.SQLException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.slf4j.Logger;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import java.time.DateTimeException;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.tsfile.read.common.RowRecord;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.junit.After;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.rpc.RpcUtils;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.jdbc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import java.util.Arrays;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
public class ConfigNodeConnectionException extends Exception {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
public class IoTDBConnectionException extends Exception {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
public class NoValidValueException extends RuntimeException {
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.iotdb.common.rpc.thrift.TEndPoint;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.iotdb.service.rpc.thrift.IClientRPCService;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.thrift.transport.TTransport;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.thrift.TConfiguration;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.rpc;
import org.apache.thrift.transport.TTransport;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session;
import org.apache.iotdb.common.rpc.thrift.TAggregationType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session.pool;
import org.apache.iotdb.common.rpc.thrift.TAggregationType;
......@@ -70,6 +71,10 @@ import java.util.concurrent.ConcurrentMap;
* <p>Another case that you have to manually call closeResultSet() is that when there is exception
* when you call SessionDataSetWrapper.hasNext() or next()
*/
// ignore Generic exceptions & Throwable should never be throw, ignore Either log or rethrow this
// exception.
@SuppressWarnings({"squid:S112", "java:S1181", "java:S2139"})
public class SessionPool implements ISessionPool {
private static final Logger logger = LoggerFactory.getLogger(SessionPool.class);
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session.template;
import org.apache.iotdb.isession.template.TemplateNode;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session.template;
import org.apache.iotdb.isession.template.TemplateNode;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session.util;
import org.apache.iotdb.common.rpc.thrift.TEndPoint;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session;
import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.session.pool;
import org.apache.iotdb.isession.util.Version;
......
......@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.iotdb.db.protocol.basic;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.db.protocol.mqtt;
import org.apache.iotdb.commons.auth.AuthException;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.db.protocol.mqtt;
import com.google.common.collect.Lists;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.db.protocol.mqtt;
import org.apache.iotdb.common.rpc.thrift.TSStatus;
......
......@@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.iotdb.db.protocol.mqtt;
import org.apache.iotdb.commons.file.SystemFileFactory;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册