SSC-FDM-0022
Window frame unit was changed to Rows
Severity
Low
Description
This warning is added when an unsupported Window Frame Unit was changed into Rows, leading to output differences. One example of this is the GROUPS unit, which is not supported by Snowflake.
Please note that this message is also used in cases where a Window Frame Unit is partially unsupported leading to it being changed, like the RANGE unit.
Example Code
Given the following data as an example to explain it.
C_NAME | C_BIRTH_DAY |
---|---|
USA | 1 |
USA | 4 |
Poland | 9 |
Canada | 10 |
USA | 5 |
Canada | 12 |
Costa Rica | 3 |
Poland | 4 |
USA | 2 |
Costa Rica | 7 |
Costa Rica | 10 |
Oracle:
IN -> Oracle_01.sql
Snowflake:
OUT -> Oracle_01.sql
Recommendations
Ensure deterministic ordering for rows to ensure deterministic outputs when running in Snowflake.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated