nealrichardson commented on pull request #9345: URL: https://github.com/apache/arrow/pull/9345#issuecomment-769931624
> @nealrichardson could you please confirm that this is correct? > > * `RecordBatch` and `Table` now inherit the synthetic class `ArrowTabular` > * `Array`, `ChunkedArray`, and `Scalar` now inherit the synthetic class `ArrowDatum` > * These synthetic classes do not exist in the C++ class hierarchy; they are used here because they simplify S3 method dispatch. Correct, and I expanded on the comments about that in the code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
