vtlim commented on code in PR #14410:
URL: https://github.com/apache/druid/pull/14410#discussion_r1228847906


##########
examples/quickstart/releases/Druid26.ipynb:
##########
@@ -0,0 +1,366 @@
+{
+ "cells": [
+  {
+   "attachments": {},
+   "cell_type": "markdown",
+   "id": "e4a4ffd8-8aa5-4b6e-b60a-f4ef14049c46",
+   "metadata": {},
+   "source": [
+    "## Druid 26.0 release notebook"
+   ]
+  },
+  {
+   "attachments": {},
+   "cell_type": "markdown",
+   "id": "3a008975-3100-417b-8ddc-623857d5ad6a",
+   "metadata": {
+    "tags": []
+   },
+   "source": [
+    "You'll need the following dependencies:\n",
+    "\n",
+    "pandas, requests"

Review Comment:
   ```suggestion
       "This notebook highlights some of the new features released in Druid 
26.0.\n",
       "\n",
       "Before you begin, ensure you have the following:\n",
       "* The `pandas` Python package\n",
       "* The `requests` Python package\n",
       "* A running Druid instance.\n",
       "* Jupyter Lab or Jupyter Notebook running on a non-default port. By 
default, Druid and Jupyter both try to use port 8888, so start Jupyter on a 
different port. For more information on using Jupyter notebooks with Druid, see 
[Jupyter Notebook 
tutorials](https://druid.apache.org/docs/latest/tutorials/tutorial-jupyter-index.html).\n",
       "\n",
       "## Features\n",
       "* [Schema auto-discovery](#Schema-auto-discovery)\n",
       "* [Shuffle join](#Shuffle-join)\n",
       "* [UNNEST and arrays](#UNNEST-and-arrays)"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to