HyukjinKwon commented on code in PR #50850: URL: https://github.com/apache/spark/pull/50850#discussion_r2085713552
########## python/docs/source/user_guide/bugbusting.ipynb: ########## @@ -532,7 +532,7 @@ "id": "abaf0439-43de-4482-8a80-258be3d98366", "metadata": {}, "source": [ - "The UDF IDs can be seen in the query plan, for example, `add1(...)#16L` in\n", + "The UDF IDs(e.g., 16) can be seen in the query plan, for example, `add1(...)#16L` in\n", Review Comment: ```suggestion "The UDF IDs (e.g., 16) can be seen in the query plan, for example, `add1(...)#16L` in\n", ``` ########## python/docs/source/user_guide/bugbusting.ipynb: ########## @@ -731,7 +731,7 @@ "id": "b35fb6c4-c074-4866-abd6-b1b435721b67", "metadata": {}, "source": [ - "The UDF IDs can be seen in the query plan, for example, `add1(...)#22L` in\n", + "The UDF IDs(e.g., 22) can be seen in the query plan, for example, `add1(...)#22L` in\n", Review Comment: ```suggestion "The UDF IDs (e.g., 22) can be seen in the query plan, for example, `add1(...)#22L` in\n", ``` -- 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