Skip to content

[IOTDB-507] Add zeppelin-interpreter module#1739

Merged
kr11 merged 9 commits intoapache:masterfrom
dynamicDr:master
Nov 19, 2020
Merged

[IOTDB-507] Add zeppelin-interpreter module#1739
kr11 merged 9 commits intoapache:masterfrom
dynamicDr:master

Conversation

@dynamicDr
Copy link
Contributor

No description provided.

Comment on lines +46 to +53
public class IoTDBInterpreter extends Interpreter {

private IoTDBConnectionException connectionException;
private Session session;

public IoTDBInterpreter(Properties property) {
super(property);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the format of other java files. Or use .checkstyle to do the format check.

Comment on lines +1 to +4
[
{
"group": "iotdb",
"name": "iotodb",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file also needs a license header.

Comment on lines +1 to +4
package org.apache.zeppelin.iotdb;
import java.util.Properties;
import org.apache.zeppelin.interpreter.InterpreterResult;
import org.junit.After;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add license header and reformat.


@Test
public void testNonQuery() {
for(int i=0;i<100;i++){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for(int i=0;i<100;i++){
for (int i = 0;i < 100; i++) {

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 1 Security Hotspot to review)
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kr11 kr11 merged commit 9980a5e into apache:master Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants