vibhatha commented on code in PR #15183:
URL: https://github.com/apache/arrow/pull/15183#discussion_r1067594436


##########
cpp/examples/arrow/execution_plan_documentation_examples.cc:
##########
@@ -761,6 +759,30 @@ arrow::Status TableSinkExample() {
   std::cout << "Results : " << output_table->ToString() << std::endl;
   return arrow::Status::OK();
 }
+
+// (Doc section: Table Sink Example)
+

Review Comment:
   Ah, shouldn't we put this in either side of the code-segment that we want to 
refer to?
   
   For instance
   
   ```c++
   // (Doc section: Table Sink Example)
   
   /// Code refer to
   
   // (Doc section: Table Sink Example)
   ```
   Even if this is the correct way to do, there is a typo in my code in the 
`RecordBatchReaderSource` section.
   
   `// (Doc section: RecordBatchReaderSource Example)`, I haven't closed that 
properly. I did close it now.



-- 
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]

Reply via email to