mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -209,7 +209,7 @@ def mock_upload_to_s3(filename: str, upload_prefix: str, table: Table) -> str:
|
||||
container.exec_run(f"hdfs dfs -mkdir -p {dest_dir}")
|
||||
dest = os.path.join(dest_dir, os.path.basename(filename))
|
||||
container.exec_run(f"hdfs dfs -put {src} {dest}")
|
||||
# hive external table expectes a directory for the location
|
||||
# hive external table expects a directory for the location
|
||||
return dest_dir
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user