Search before asking
Version
4.0.2 版本
What's Wrong?
TVF 持续导入 , 跑了很久的任务 , 突然一直报错,猜测可能与文件很多很大有关:
Cannot invoke "org.apache.doris.qe.StmtExecutor.getSummaryProfile()" because the return value of "org.apache.doris.qe.ConnectContext.getExecutor()" is null
job sql:
CREATE JOB s3_fead_sp_traffic
ON STREAMING
DO
INSERT INTO amazong_pacvue.s3_fead_tc_all
SELECT
..
FROM
S3(
"uri" = "s3://**/letter_seq/dataset_id=sp-traffic///*.gz", "s3.endpoint" = "s3.us-west-2.amazonaws.com", "format" = "json"
)
What You Expected?
task 不报错
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
4.0.2 版本
What's Wrong?
TVF 持续导入 , 跑了很久的任务 , 突然一直报错,猜测可能与文件很多很大有关:
Cannot invoke "org.apache.doris.qe.StmtExecutor.getSummaryProfile()" because the return value of "org.apache.doris.qe.ConnectContext.getExecutor()" is null
job sql:
CREATE JOB s3_fead_sp_traffic
ON STREAMING
DO
INSERT INTO amazong_pacvue.s3_fead_tc_all
SELECT
..
FROM
S3(
"uri" = "s3://**/letter_seq/dataset_id=sp-traffic///*.gz", "s3.endpoint" = "s3.us-west-2.amazonaws.com", "format" = "json"
)
What You Expected?
task 不报错
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct