-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
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
Invalid access: Can not convert empty value #6580
Comments
I encountered this panic too.
|
It is curious that we saw the same some errors in SchemaSyncService. This may be a arm64 problem since pocoproject/poco#3331, however, we are not tested in arm64. |
The mpp error is due to the schema syncer error
|
Add log and see what the invalid data is |
|
Does Poco::JSON not support parsing |
No, the
|
Got it. So it is introduced by #6563 which tries to get a field that is not always set in SchemaDiff. |
Ok, so seem this is due to the TiDB version is too old in the test env:
|
…the error data (pingcap#6664) close pingcap#6580 Signed-off-by: ywqzzy <[email protected]>
close pingcap#6580 Signed-off-by: ywqzzy <[email protected]>
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
daily run window function and the failed sql is
select i, i, row_number() over w from window_function_0 window w as (partition by i order by id, i) order by 1, 2, 3
, the full error info isError 1105: other error for mpp stream: From MPP<query:<query_ts:0, local_query_id:0, server_id:0, start_ts:438529181194125313>,task_id:1>: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Invalid access: Can not convert empty value., e.what() = Invalid access
.2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: