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

Generate suggested DDL for HD IMaps without indexes and TS IMaps [HZ-2190] [HZ-2191] #24054

Merged
merged 13 commits into from Apr 6, 2023

Conversation

k-jamroz
Copy link
Collaborator

@k-jamroz k-jamroz commented Mar 22, 2023

Removed leftover checks from time when iteration on HD maps required index. Added beforeOperation() required by Tiered Storage.

Fixes HZ-2190, HZ-2191
EE PR: https://github.com/hazelcast/hazelcast-enterprise/pull/5842

Checklist:

  • Labels (Team:, Type:, Source:, Module:) and Milestone set
  • Label Add to Release Notes or Not Release Notes content set
  • Request reviewers if possible
  • Send backports/forwardports if fix needs to be applied to past/future releases

@k-jamroz k-jamroz added Type: Defect Source: Internal PR or issue was opened by an employee Team: SQL Add to Release Notes Module: Jet Issues/PRs for Jet labels Mar 22, 2023
@k-jamroz k-jamroz added this to the 5.3.0 milestone Mar 22, 2023
@k-jamroz k-jamroz changed the title Generate suggested DDL for HD IMaps without indexes [HZ-2191] Generate suggested DDL for HD IMaps without indexes and TS IMaps [HZ-2190] [HZ-2191] Mar 23, 2023
@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.2.1:checkstyle (default) on project hazelcast-sql: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.38 with /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder/hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/map/MetadataResolver.java:99:5: Class GetAnyMetadataOperation should be declared as final. [FinalClass]
--------------------------

@hz-devops-test
Copy link

The job Hazelcast-pr-compiler of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.2.1:checkstyle (default) on project hazelcast-sql: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.38 with /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-compiler/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-compiler/hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/connector/map/MetadataResolver.java:99:5: Class GetAnyMetadataOperation should be declared as final. [FinalClass]
--------------------------

@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   MongoStreamSqlConnectorTest.readsFromMongo_withId_oneStep:52->readsFromMongo:110->SqlTestSupport.assertRowsEventuallyInAnyOrder:289 
Expecting actual:
  [Row{[Anakin, Skywalker, insert]}]
to contain exactly in any order:
  [Row{[Luke, Skywalker, insert]}, Row{[Anakin, Skywalker, insert]}]
but could not find the following elements:
  [Row{[Luke, Skywalker, insert]}]

[INFO]
[ERROR] Tests run: 5340, Failures: 1, Errors: 0, Skipped: 19
[INFO]

[ERROR] There are test failures.

@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file

@k-jamroz
Copy link
Collaborator Author

k-jamroz commented Apr 4, 2023

run-lab-run

@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   MongoStreamSqlConnectorTest.readsFromMongo_withoutId_twoSteps:57->readsFromMongo:111->SqlTestSupport.assertRowsEventuallyInAnyOrder:293 
Expecting actual:
  [Row{[Anakin, Skywalker, insert]}]
to contain exactly in any order:
  [Row{[Luke, Skywalker, insert]}, Row{[Anakin, Skywalker, insert]}]
but could not find the following elements:
  [Row{[Luke, Skywalker, insert]}]

[INFO]
[ERROR] Tests run: 5481, Failures: 1, Errors: 0, Skipped: 19
[INFO]

[ERROR] There are test failures.

Copy link
Member

@ahmetmircik ahmetmircik left a comment

Choose a reason for hiding this comment

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

1 comment for a nice to have thing + LGTM

@k-jamroz k-jamroz merged commit c2be576 into hazelcast:master Apr 6, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add to Release Notes Module: Jet Issues/PRs for Jet Source: Internal PR or issue was opened by an employee Team: SQL Type: Defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants