Skip to content

fix: [TD-37190] Disable ignore_nodata_trigger when window type is not interval/sliding or period.#32405

Merged
guanshengliang merged 1 commit intomainfrom
fix/main/TD-37190
Aug 6, 2025
Merged

fix: [TD-37190] Disable ignore_nodata_trigger when window type is not interval/sliding or period.#32405
guanshengliang merged 1 commit intomainfrom
fix/main/TD-37190

Conversation

@Simon9997
Copy link
Copy Markdown
Contributor

@Simon9997 Simon9997 commented Jul 31, 2025

Description

Disable ignore_nodata_trigger when window type is not interval/sliding or period.

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a validation issue in stream creation by disabling the ignore_nodata_trigger option when the window type is not interval, sliding, or period. The change adds a validation check to prevent an unsupported configuration combination.

Key Changes

  • Added validation logic to check window type before allowing ignore_nodata_trigger option
  • Returns appropriate error message when unsupported combination is detected

@Simon9997 Simon9997 force-pushed the fix/main/TD-37190 branch from 2e027a5 to ca0f197 Compare July 31, 2025 07:59
@Simon9997 Simon9997 requested a review from hjxilinx August 5, 2025 00:55
@guanshengliang guanshengliang merged commit c7f2806 into main Aug 6, 2025
22 of 27 checks passed
@minhuinie minhuinie deleted the fix/main/TD-37190 branch February 4, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants