Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit bf2becd

Browse files
authored
Disable build of sdc.parquet_cpp (#797)
* Disable build of sdc.parquet_cpp * Update setup.py
1 parent 4827e98 commit bf2becd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ def readme():
162162

163163
_ext_mods = [ext_hdist, ext_chiframes, ext_set, ext_str, ext_dt, ext_io, ext_transport_seq]
164164

165-
if _has_pyarrow:
166-
_ext_mods.append(ext_parquet)
165+
# Support of Parquet is disabled because HPAT pipeline does not work now
166+
# if _has_pyarrow:
167+
# _ext_mods.append(ext_parquet)
167168

168169

169170
class style(Command):
@@ -318,7 +319,6 @@ def run(self):
318319
'pyarrow==0.15.1',
319320
'numba==0.48'
320321
],
321-
extras_require={'Parquet': ["pyarrow"], },
322322
cmdclass=sdc_build_commands,
323323
ext_modules=_ext_mods,
324324
entry_points={

0 commit comments

Comments
 (0)