zhangfengcdt commented on code in PR #756: URL: https://github.com/apache/sedona-db/pull/756#discussion_r3094394336
########## python/sedonadb/python/sedonadb/testing.py: ########## @@ -18,10 +18,11 @@ import os import warnings from pathlib import Path -from typing import TYPE_CHECKING, List, Tuple, Any +from typing import TYPE_CHECKING, Any, List, Tuple import geoarrow.pyarrow as ga import pyarrow as pa +import yaml Review Comment: Do you want to lazily import this in ArrowSQLCache? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
