joosthooz commented on code in PR #13709:
URL: https://github.com/apache/arrow/pull/13709#discussion_r936757983


##########
cpp/src/arrow/csv/options.h:
##########
@@ -163,6 +163,9 @@ struct ARROW_EXPORT ReadOptions {
   /// If false, column names will be read from the first CSV row after 
`skip_rows`.
   bool autogenerate_column_names = false;
 
+  /// Character encoding used
+  std::string encoding = "UTF-8";

Review Comment:
   Done



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