{
"cells": [
{
"cell_type": "markdown",
"id": "b0ef68ac-9b8b-41d0-9e21-2f398bc6ea13",
"metadata": {
"execution": {
"iopub.execute_input": "2022-04-22T22:24:46.159901Z",
"iopub.status.busy": "2022-04-22T22:24:46.159679Z",
"iopub.status.idle": "2022-04-22T22:24:46.177881Z",
"shell.execute_reply": "2022-04-22T22:24:46.177080Z",
"shell.execute_reply.started": "2022-04-22T22:24:46.159876Z"
},
"tags": []
},
"source": [
"# Iceberg Example Using Hive Catalog Notebook"
]
},
{
"cell_type": "markdown",
"id": "e92709c0-3dfb-44f9-a4e7-e9f643fa98ff",
"metadata": {
"execution": {
"iopub.execute_input": "2022-04-22T22:24:46.159901Z",
"iopub.status.busy": "2022-04-22T22:24:46.159679Z",
"iopub.status.idle": "2022-04-22T22:24:46.177881Z",
"shell.execute_reply": "2022-04-22T22:24:46.177080Z",
"shell.execute_reply.started": "2022-04-22T22:24:46.159876Z"
},
"tags": []
},
"source": [
"## Topics covered in this example\n",
"\n",
"1) [Configuring Iceberg](#configure_iceberg)
\n",
"2) [Creating an Iceberg Table](#create_table)
\n",
"3) [DML Statements](#dml)
\n",
" a) [Inserts](#inserts)
\n",
" b) [Deletes](#deletes)
\n",
" d) [Updates](#updates)
\n",
"4) [Schema Evolution](#schema_evolution)
\n",
" a) [Adding Columns](#adding_columns)
\n",
" c) [Dropping Columns](#dropping_columns)
\n",
"5) [Time Travel](#time_travel)
\n",
" a) [Rollback](#rollback)
"
]
},
{
"cell_type": "markdown",
"id": "f0bac8b2-99cc-40e8-bce9-ac52e0c4a135",
"metadata": {
"execution": {
"iopub.execute_input": "2022-04-22T22:24:46.159901Z",
"iopub.status.busy": "2022-04-22T22:24:46.159679Z",
"iopub.status.idle": "2022-04-22T22:24:46.177881Z",
"shell.execute_reply": "2022-04-22T22:24:46.177080Z",
"shell.execute_reply.started": "2022-04-22T22:24:46.159876Z"
},
"tags": []
},
"source": [
"***\n",
"\n",
"## Prerequisites\n",
"