Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz234 committed Feb 5, 2025
1 parent 1574f8a commit b9ea784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ current_mapping_hash AS (
),
should_refresh AS (
SELECT (SELECT hash_value FROM latest_hash) IS DISTINCT FROM (SELECT hash_value FROM current_mapping_hash) as needs_refresh
)
),

-- main query
WITH L1_methods AS (
Expand Down

0 comments on commit b9ea784

Please sign in to comment.