We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701462f commit 838d1bfCopy full SHA for 838d1bf
python/pyarrow/meson.build
@@ -370,6 +370,7 @@ py.install_sources(
370
'src/arrow/python/async.h',
371
'src/arrow/python/benchmark.h',
372
'src/arrow/python/common.h',
373
+ 'src/arrow/python/config.h',
374
'src/arrow/python/csv.h',
375
'src/arrow/python/datetime.h',
376
'src/arrow/python/decimal.h',
@@ -394,6 +395,7 @@ py.install_sources(
394
395
'src/arrow/python/python_to_arrow.h',
396
'src/arrow/python/type_traits.h',
397
'src/arrow/python/udf.h',
398
+ 'src/arrow/python/util.h',
399
'src/arrow/python/visibility.h',
400
),
401
subdir: 'pyarrow/include/arrow/python',
0 commit comments