From d797438ffbc40e6a0a994529c570b83e3adfeadd Mon Sep 17 00:00:00 2001 From: Anil P Date: Mon, 21 Apr 2025 13:39:25 +0530 Subject: [PATCH] modified: spark/notebooks/Iceberg - Integrated Audits Demo.ipynb --- spark/notebooks/Iceberg - Integrated Audits Demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/notebooks/Iceberg - Integrated Audits Demo.ipynb b/spark/notebooks/Iceberg - Integrated Audits Demo.ipynb index 4b60b35..0cecd4b 100644 --- a/spark/notebooks/Iceberg - Integrated Audits Demo.ipynb +++ b/spark/notebooks/Iceberg - Integrated Audits Demo.ipynb @@ -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",