- Some dynamic_casts are not necessary because the safety is checked already.
- RecordBatch's column(int i) function involves atomic operation and column_data(int i) doesn't. So we prefer to use column_data() instead if column()->data().
Reporter: Jin Shang / @js8544
Assignee: Jin Shang / @js8544
PRs and other links:
Note: This issue was originally created as ARROW-18019. Please see the migration documentation for further details.