Skip to content
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

[BUG] tispark read tiflash timestamp error #1951

Open
marsishandsome opened this issue Mar 15, 2021 · 1 comment
Open

[BUG] tispark read tiflash timestamp error #1951

marsishandsome opened this issue Mar 15, 2021 · 1 comment

Comments

@marsishandsome
Copy link
Collaborator

marsishandsome commented Mar 15, 2021

tisparkBranch=master & release-2.4 & release-2.4;
tidbVersion=v4.0.11;
testTiFlash=true;

https://internal.pingcap.net/idc-jenkins/blue/rest/organizations/jenkins/pipelines/tispark_regression_test_daily/runs/2681/nodes/132/steps/654/log/?start=0

[2021-03-14T16:40:54.318Z] 21/03/15 00:41:42 ERROR SharedSQLContext: TiSpark over TiFlash failed when executing: select col_timestamp0 from test_945071674 where col_bit < 1

[2021-03-14T16:40:54.318Z] org.scalatest.exceptions.TestFailedException: Failed with

[2021-03-14T16:40:54.318Z] TiFlash:		[len: 4] = List(2015-02-17 13:26:51.0),List(2017-03-22 22:06:53.0),List(1994-12-15 05:26:46.0),List(1970-01-01 17:00:01.0)

[2021-03-14T16:40:54.318Z] TiDB:			[len: 4] = List(2015-02-17 13:26:51.0),List(2017-03-22 22:06:53.0),List(1994-12-15 05:26:46.0),List(1969-12-31 17:00:01.0)

[2021-03-14T16:40:54.318Z] TiFlash Plan:

[2021-03-14T16:40:54.318Z] == Physical Plan ==

[2021-03-14T16:40:54.318Z] *(1) Project [col_timestamp0#244002]

[2021-03-14T16:40:54.318Z] +- *(1) Filter (isnotnull(col_bit#244003L) AND (col_bit#244003L < 1))

[2021-03-14T16:40:54.318Z]    +- *(1) ColumnarToRow

[2021-03-14T16:40:54.318Z]       +- TiFlash CoprocessorRDD{[table: test_945071674] TableScan, Columns: col_bit@BIT, col_timestamp0@TIMESTAMP, KeyRange: [([t\200\000\000\000\000\000\000{_r\000\000\000\000\000\000\000\000], [t\200\000\000\000\000\000\000{_s\000\000\000\000\000\000\000\000])], startTs: 423556573530947585} EstimatedCount:10
@shiyuhang0
Copy link
Member

/lifecycle frozen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants