Skip to content

Commit f06ee3f

Browse files
committed
Fix
1 parent 2fb302e commit f06ee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/engine/python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
if HAS_NUMPY:
102102
import numpy as np
103103

104-
if HAS_ARROW:
104+
if HAS_PYARROW:
105105
from hsfs.core.type_systems import PYARROW_HOPSWORKS_DTYPE_MAPPING
106106

107107
if HAS_AIOMYSQL and HAS_SQLALCHEMY:

0 commit comments

Comments
 (0)