Closed
Description
In distsql mode, this pair of statements fails as below:
CREATE VIEW dt AS SELECT d, t FROM t WHERE d > DATE '1988-11-12' AND t < TIMESTAMP '2017-01-01'
SELECT * FROM dt
logic_test.go:1274: testdata/views:338: expected success, but found
pq: unsupported comparison operator: <date> > <string>
This likely has to do with the serialization of the expressions - DATE
, TIMESTAMP
disappear:
Metadata
Metadata
Assignees
Labels
No labels