8000 test: enable `window` duckdb test cases · Issue #5989 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test: enable window duckdb test cases #5989

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

Open
36 tasks
Tracked by #5970
lmatz opened this issue Oct 24, 2022 · 2 comments
Open
36 tasks
Tracked by #5970

test: enable window duckdb test cases #5989

lmatz opened this issue Oct 24, 2022 · 2 comments
Assignees
Labels
A-test Area: Testing framework & misc tests not belonging to any specific component. A-window-func Area: Window function, OverWindow. open to contribution Issues that are open to contribution. tracking Tracking issue.

Comments

@lmatz
Copy link
Contributor
lmatz commented Oct 24, 2022

Source: https://github.com/duckdb/duckdb/tree/master/test/sql/window

  • test_basic_window.test
  • test_boundary_expr.test
  • test_evil_window.test
  • test_ignore_nulls.test
  • test_invalid_window.test
  • test_list_window.test
  • test_mad_window.test
  • test_mode_window.test
  • test_no_default_window_spec.test
  • test_nthvalue.test
  • test_ntile.test
  • test_over_grouping.test_slow
  • test_parallel_window.test_slow
  • test_partition_flushing.test_slow
  • test_quantile_window.test
  • test_scalar_window.test
  • test_streaming_window.test
  • test_tpcds_q49.test
  • test_window_1367.test_slow
  • test_window_binding.test
  • test_window_binding_ctes.test
  • test_window_bool.test
  • test_window_clause.test
  • test_window_dbplyr.test
  • test_window_filter.test
  • test_window_interval.test
  • test_window_range.test
  • test_window_sort.test_slow
  • test_window_string_agg.test
  • test_window_tpcds.test
  • test_window_types.test
  • test_window_walmart.test_slow
  • test_window_wide_frame.test_coverage
  • test_window_wisconsin.test
  • window_mtcars.test
  • window_rolling_summation.test_slow
@github-actions github-actions bot added this to the release-0.1.14 milestone Oct 24, 2022
@lmatz lmatz added open to contribution Issues that are open to contribution. A-test Area: Testing framework & misc tests not belonging to any specific component. tracking Tracking issue. stage/Beta labels Oct 24, 2022
@TennyZhuang TennyZhuang modified the milestones: release-1.2, release-1.3 Sep 11, 2023
@TennyZhuang TennyZhuang removed their assignment Sep 11, 2023
@stdrc stdrc modified the milestones: release-1.3, release-1.4 Oct 10, 2023
@xxchan xxchan removed the stage/Beta label Oct 10, 2023
@stdrc stdrc modified the milestones: release-1.4, release-1.5 Nov 7, 2023
@st1page st1page modified the milestones: release-1.5, release-1.6 Dec 5, 2023
@stdrc stdrc modified the milestones: release-1.6, future-release-1.8 Jan 9, 2024
@stdrc stdrc modified the milestones: release-1.8, release-1.9 Apr 8, 2024
@neverchanje
Copy link
Contributor

@lmatz I wonder if it's still in our plan?

@lmatz
Copy link
Contributor Author
lmatz commented Apr 11, 2024

I think so, I suppose window with different frames is a complex thing that is more prone to errors than other functions.

DuckDB does have some new syntax for window in the test case, such as https://duckdb.org/docs/sql/query_syntax/window.html window clause. But these test cases with new syntax can be manually changed to pass the tests.

Using DuckDB/PG's test so it is less necessary for us to come up with test cases by ourselves.

@stdrc stdrc modified the milestones: release-1.9, release-1.10 May 9, 2024
@stdrc stdrc added the A-window-func Area: Window function, OverWindow. label May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-test Area: Testing framework & misc tests not belonging to any specific component. A-window-func Area: Windo 45E9 w function, OverWindow. open to contribution Issues that are open to contribution. tracking Tracking issue.
Projects
None yet
Development

No branches or pull requests

6 participants
0