ignite icon indicating copy to clipboard operation
ignite copied to clipboard

IGNITE-24379 Add ducktest to check calcite engine

Open okreda1 opened this issue 7 months ago • 2 comments

Added a new test to verify the Calcite query engine functionality.

The test implements a Java class that:

  1. Executes a series of SELECT SQL queries through Calcite engine
  2. Compares the actual results with expected values
  3. Fails the test if any discrepancies are found

The test covers various SQL operations including:

  • Comparison operators
  • Set operations
  • Mathematical operations
  • String functions
  • Logical operations
  • Aggregate functions
  • Regular expressions
  • Date and time
  • Collections
  • JSON
  • XML

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • [x] There is a single JIRA ticket related to the pull request.
  • [x] The web-link to the pull request is attached to the JIRA ticket.
  • [x] The JIRA ticket has the Patch Available state.
  • [x] The pull request body describes changes that have been made. The description explains WHAT and WHY was made instead of HOW.
  • [x] The pull request title is treated as the final commit message. The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • [ ] A reviewer has been mentioned through the JIRA comments (see the Maintainers list)
  • [ ] The pull request has been checked by the Teamcity Bot and the green visa attached to the JIRA ticket (see TC.Bot: Check PR)

Notes

If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com #ignite channel.

okreda1 avatar May 13 '25 06:05 okreda1

@skorotkov Hi! Could you please review this pr?

okreda1 avatar May 13 '25 07:05 okreda1

Added a new test to verify the Calcite query engine functionality.

The test implements a Java class that:

  1. Executes a series of SELECT SQL queries through Calcite engine
  2. Compares the actual results with expected values
  3. Fails the test if any discrepancies are found

The test covers various SQL operations including:

  • Comparison operators
  • Set operations
  • Mathematical operations
  • String functions
  • Logical operations
  • Aggregate functions
  • Regular expressions
  • Date and time
  • Collections
  • JSON
  • XML

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • [x] There is a single JIRA ticket related to the pull request.
  • [x] The web-link to the pull request is attached to the JIRA ticket.
  • [x] The JIRA ticket has the Patch Available state.
  • [x] The pull request body describes changes that have been made. The description explains WHAT and WHY was made instead of HOW.
  • [ ] The pull request title is treated as the final commit message. The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • [ ] A reviewer has been mentioned through the JIRA comments (see the Maintainers list)
  • [ ] The pull request has been checked by the Teamcity Bot and the green visa attached to the JIRA ticket (see TC.Bot: Check PR)

Notes

If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com #ignite channel.

Teletubby-endemoniado avatar May 15 '25 03:05 Teletubby-endemoniado