Commits


Yibo Cai authored and Antoine Pitrou committed f21a5511050
ARROW-8238: [C++] Fix FieldPath type definition FieldPath inherits from std::vector and causes link error. Refactor by replacing inheritance with composition. Closes #6775 from cyb70289/fieldpath Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>