HuaHuaY commented on code in PR #47925:
URL: https://github.com/apache/arrow/pull/47925#discussion_r2467732495


##########
cpp/src/arrow/csv/column_builder.cc:
##########
@@ -243,6 +245,9 @@ class InferringColumnBuilder : public ConcreteColumnBuilder 
{
 
   // The parsers corresponding to each chunk (for reconverting)
   std::vector<std::shared_ptr<BlockParser>> parsers_;
+
+  // The inferrence kind for which the current chunks_ were obtained

Review Comment:
   ```suggestion
     // The inference kind for which the current chunks_ were obtained
   ```



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