It's TableA union all TableB union all TableC.The data volume of the three
tables is not large. They are all about hundreds. I used the hive connector to
read the three tables. The sqlmode is default.When it's running and report a
error:Failed to fetch next result.Then I suspected that it was a memory
problem, so I set the related memory to a large size,But it doesn't work.Thanks
------------------ ???????? ------------------
??????:
"dev"
<[email protected]>;
????????: 2022??11??4??(??????) ????12:33
??????: "issues"<[email protected]>;
????: [jira] [Commented] (FLINK-29877) Failed to fetch next result
[
https://issues.apache.org/jira/browse/FLINK-29877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17628667#comment-17628667
]
luoyuxia commented on FLINK-29877:
----------------------------------
I'm not clear about your problem. Could you please expain a little bit more?
What's you sql/code and exception stacktrace?
> Failed to fetch next result
> ---------------------------
>
>
Key: FLINK-29877
>
URL: https://issues.apache.org/jira/browse/FLINK-29877
>
Project: Flink
> Issue Type: Bug
> Components: Table SQL /
Runtime
> Affects Versions: 1.14.5
> Environment:
>
>
> Reporter:
penney
> Priority:
Blocker
> Attachments:
image-2022-11-04-11-05-18-627.png, image-2022-11-04-11-13-48-282.png,
image-2022-11-04-11-33-48-535.png, image-2022-11-04-11-34-11-994.png
>
>
> runTimeConfiguration.set(TaskManagerOptions.TASK_HEAP_MEMORY,
MemorySize.ofMebiBytes(4096));
> runTimeConfiguration.set(TaskManagerOptions.MANAGED_MEMORY_SIZE,
MemorySize.ofMebiBytes(512));
>
> I have set memory size,it still can't work.it is a simple union all.I
can't understand why not work.please help me.Thanks
!image-2022-11-04-11-13-48-282.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)