There are some subtleties around the stream ordering of some sequences of operations that mix values that can happen independently on multiple streams and values that are on a joined stream. This ...
from sqlglot import diff, parse_one from sqlglot.optimizer import optimize sql_one = """ WITH q1 AS ( SELECT NULL as key FROM customer LIMIT 10 ), fake_data AS ( SELECT 'hello there' AS description ) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results