We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
This need to do re-try:
[0] INFO - <query_id> - http query initial response to http query_id=<query_id>, state=ResponseState { has_result_set: Some(true), schema: [QueryResponseField { name: "File", type: "String" }, QueryResponseField { name: "Rows_loaded", type: "Int32" }, QueryResponseField { name: "Errors_seen", type: "Int32" }, QueryResponseField { name: "First_error", type: "Nullable(String)" }, QueryResponseField { name: "First_error_line", type: "Nullable(Int32)" }], running_time_ms: 781, progresses: Progresses { scan_progress: ProgressValues { rows: 0, bytes: 0 }, write_progress: ProgressValues { rows: 0, bytes: 0 }, result_progress: ProgressValues { rows: 0, bytes: 0 }, total_scan: ProgressValues { rows: 18, bytes: 150 }, spill_progress: SpillProgress { file_nums: 0, bytes: 0 } }, state: Failed, affect: None, error: Some(StorageOther. Code: 4000, Text = operation interrupted (Unexpected (persistent) at , context: { expect: 150, actual: 148 } => reader got too little data). <Backtrace disabled by default. Please use RUST_BACKTRACE=1 to enable> ), warnings: [] }, rows=0, next_page=None, sql='COPY INTO <your_database>.<your_table> FROM 's3://<your_s3_bucket>/<your_file_path>/<your_file_name>.csv' CONNECTION = (***masked***) FILE_FORMAT = (type = csv) MAX_FILES = 15000 PURGE = true FORCE = false DISABLE_VARIANT_CHECK = true ON_ERROR = abort RETURN_FAILED_ONLY = false'
The text was updated successfully, but these errors were encountered:
Xuanwo
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Summary
This need to do re-try:
The text was updated successfully, but these errors were encountered: