Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spark/notebooks/Iceberg - Integrated Audits Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Since `boroughs` and `required_boroughs` are both sets (array of distinct items),\n",
"# Since `boroughs` and `expected_boroughs` are both sets (array of distinct items),\n",
"# we can confirm that they match by checking that the lengths of the sets are equal\n",
"# to eachother as well as to the union of both sets.\n",
"if len(boroughs) != len(expected_boroughs) != len(set.union(boroughs, expected_boroughs)):\n",
Expand Down
Loading