Commits


Yuqi Gu authored and Matthew Topol committed ac58b8d5e5f
ARROW-16042: [GO] Fix header file preprocessor issues The Makefile in Arrow Golang includes 'I' flag(-I_Lib) to change the algorithm for searching for headers whose names are not absolute pathnames to look in the directory named by the directory pathname before looking in the usual places. This tiny patch is to change double-quotes to the angle brackets. Closes #12728 from guyuqi/ARROW-16042 Authored-by: Yuqi Gu <yuqi.gu@arm.com> Signed-off-by: Matthew Topol <mtopol@factset.com>