BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Added Warning to Window Functions #1473

Closed wmalpica closed 3 years ago

wmalpica commented 3 years ago

Adding a warning WARNING: Window Functions are currently an experimental feature and not fully supported or tested for any time a user runs a window function. This will be removed when we are more confident in the feature. Right now we know it has a lot of holes and bugs

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.