Arrow: don't export arrow... breaking phantomjs e2e test (#21331)

This commit is contained in:
Ryan McKinley 2020-01-03 10:00:30 -08:00 committed by GitHub
parent e550572033
commit 1aa52f259c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,6 @@ export * from './CircularDataFrame';
export * from './MutableDataFrame';
export * from './processDataFrame';
export * from './dimensions';
export * from './ArrowDataFrame';
// Phantom JS :(
//export * from './ArrowDataFrame';