SSC-FDM-BQ0008
Where clause references a column of STRUCT type.
Description
If an Snowflake Object has a key value format, when a comparison is made with another Object, Snowflake compares both key and value. On the other hand, when BigQuery compares between Structs, it compares only values, regardless if the Struct has keys or not.
This difference between comparisons may cause that the results are not the same in SnowConvert and BigQuery for the same comparison. This FDM is added when a comparison is made on a Snowflake Object created from a BigQuery Struct.
Code Example
Input:
IN -> BigQuery_01.sql
Output:
OUT -> BigQuery_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated