forked from TrueCloudLab/s3-tests
missing arrow/parquet import
Signed-off-by: gal salomon <gal.salomon@gmail.com>
This commit is contained in:
parent
e7a0e54942
commit
de402d0e00
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ from . import (
|
|||
get_client
|
||||
)
|
||||
|
||||
import pandas as pd
|
||||
import pyarrow as pa
|
||||
import pyarrow.parquet as pq
|
||||
|
||||
import logging
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
|
Loading…
Reference in a new issue