mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
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
|
get_client
|
||||||
)
|
)
|
||||||
|
|
||||||
|
import pandas as pd
|
||||||
|
import pyarrow as pa
|
||||||
|
import pyarrow.parquet as pq
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue