lidavidm commented on code in PR #12702:
URL: https://github.com/apache/arrow/pull/12702#discussion_r855594616


##########
r/src/arrowExports.cpp:
##########
@@ -5088,12 +5088,12 @@ return Rf_ScalarLogical(
 );
 }
 static const R_CallMethodDef CallEntries[] = {
-               { "_arrow_available", (DL_FUNC)& _arrow_available, 0 },
-               { "_dataset_available", (DL_FUNC)& _dataset_available, 0 },
-               { "_engine_available", (DL_FUNC)& _engine_available, 0 },
-               { "_parquet_available", (DL_FUNC)& _parquet_available, 0 },
-               { "_s3_available", (DL_FUNC)& _s3_available, 0 },
-               { "_json_available", (DL_FUNC)& _json_available, 0 },
+{ "_arrow_available", (DL_FUNC)& _arrow_available, 0 },
+{ "_dataset_available", (DL_FUNC)& _dataset_available, 0 },
+{ "_engine_available", (DL_FUNC)& _engine_available, 0 },
+{ "_parquet_available", (DL_FUNC)& _parquet_available, 0 },
+{ "_s3_available", (DL_FUNC)& _s3_available, 0 },
+{ "_json_available", (DL_FUNC)& _json_available, 0 },

Review Comment:
   Did you mean to commit this?



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