Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node parallelization): parallel without stats #319

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Cauchy-NY
Copy link
Collaborator

No description provided.

@zhuyuqing zhuyuqing closed this Apr 27, 2024
@zhuyuqing zhuyuqing reopened this Apr 27, 2024
@zhuyuqing zhuyuqing changed the title dev parallel without stats feat(node parallelization): parallel without stats Apr 27, 2024
@Cauchy-NY Cauchy-NY closed this May 8, 2024
@Cauchy-NY Cauchy-NY reopened this May 8, 2024
@Cauchy-NY Cauchy-NY closed this May 8, 2024
@Cauchy-NY Cauchy-NY reopened this May 8, 2024
Copy link
Member

@zhuyuqing zhuyuqing left a comment

Choose a reason for hiding this comment

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

基础版本太早啦,赶紧追上最新的版本

@@ -25,7 +25,7 @@ statement
| SHOW jobStatus TRANSFORM JOB # showEligibleJobStatement
| REMOVE HISTORYDATASOURCE removedStorageEngine (COMMA removedStorageEngine)* # removeHistoryDataSourceStatement
| SET CONFIG configName = stringLiteral configValue = stringLiteral # setConfigStatement
| SHOW CONFIG (configName = stringLiteral)? # showConfigStatement
| SHOW CONFIG configName = stringLiteral # showConfigStatement
Copy link
Member

Choose a reason for hiding this comment

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

版本回退了吧

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -389,6 +389,7 @@ private static void processSql(String sql) {
} catch (SessionException e) {
System.out.println(e.getMessage());
} catch (Exception e) {
e.printStackTrace();
Copy link
Member

Choose a reason for hiding this comment

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

这些日志处理都按最新的来吧

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Member

Choose a reason for hiding this comment

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

解冲突后,参考曼薇的remote-test,针对功能写几个典型测试吧

@@ -6096,125 +6093,6 @@ public void testConcurrentQuery() {
executor.concurrentExecuteAndCompare(statementsAndExpectRes);
}

@Test
Copy link
Member

Choose a reason for hiding this comment

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

为啥这个测试删除了?

@@ -0,0 +1,5 @@
0,0,0.5,true,aaa
Copy link
Member

Choose a reason for hiding this comment

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

这些文件在哪里用了吗?

@@ -0,0 +1 @@
aaabbbcccdddeee
Copy link
Member

Choose a reason for hiding this comment

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

所以应该还是没有同步更新到位?

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.

2 participants