HyukjinKwon commented on code in PR #44049: URL: https://github.com/apache/spark/pull/44049#discussion_r1407341045
########## python/docs/source/getting_started/quickstart_df.ipynb: ########## @@ -218,27 +218,23 @@ "metadata": {}, "outputs": [ { - "data": { - "text/html": [ - "<table border='1'>\n", - "<tr><th>a</th><th>b</th><th>c</th><th>d</th><th>e</th></tr>\n", - "<tr><td>1</td><td>2.0</td><td>string1</td><td>2000-01-01</td><td>2000-01-01 12:00:00</td></tr>\n", - "<tr><td>2</td><td>3.0</td><td>string2</td><td>2000-02-01</td><td>2000-01-02 12:00:00</td></tr>\n", - "<tr><td>3</td><td>4.0</td><td>string3</td><td>2000-03-01</td><td>2000-01-03 12:00:00</td></tr>\n", - "</table>\n" - ], - "text/plain": [ - "DataFrame[a: bigint, b: double, c: string, d: date, e: timestamp]" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ Review Comment: Hm, this example should show the output nicely as `spark.sql.repl.eagerEval.enabled` is enabled. Wonder if we can fix the docs instead. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org