[WIP] JSON predicate pushdown for Pinot #71491
Annotations
5 errors
Upload test results:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorTest.java#L127
expected:
"CREATE TABLE pinot.default.orders (
clerk varchar,
comment varchar,
custkey bigint,
orderdate date,
orderkey bigint,
orderpriority varchar,
orderstatus varchar,
shippriority integer,
totalprice double,
updated_at_seconds bigint
)"
but was:
"CREATE TABLE pinot.default.orders (
clerk varchar,
comment varchar,
custkey bigint,
json json,
orderdate date,
orderkey bigint,
orderpriority varchar,
orderstatus varchar,
shippriority integer,
totalprice double,
updated_at_seconds bigint
)"
|
Upload test results:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorTest.java#L94
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SHOW COLUMNS FROM orders]]
Expecting actual:
(clerk, varchar, , ), (comment, varchar, , ), (custkey, bigint, , ), (json, json, , ), (orderdate, date, , ), (orderkey, bigint, , ), (orderpriority, varchar, , ), (orderstatus, varchar, , ), (shippriority, integer, , ), (totalprice, double, , ), (updated_at_seconds, bigint, , )
to contain exactly in any order:
[(updated_at_seconds, bigint, , ),
(clerk, varchar, , ),
(comment, varchar, , ),
(custkey, bigint, , ),
(orderdate, date, , ),
(orderkey, bigint, , ),
(orderpriority, varchar, , ),
(orderstatus, varchar, , ),
(shippriority, integer, , ),
(totalprice, double, , )]
but the following elements were unexpected:
(json, json, , )
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:740)
|
Upload test results:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorTest.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [DESCRIBE orders]]
Expecting actual:
(clerk, varchar, , ), (comment, varchar, , ), (custkey, bigint, , ), (json, json, , ), (orderdate, date, , ), (orderkey, bigint, , ), (orderpriority, varchar, , ), (orderstatus, varchar, , ), (shippriority, integer, , ), (totalprice, double, , ), (updated_at_seconds, bigint, , )
to contain exactly in any order:
[(updated_at_seconds, bigint, , ),
(clerk, varchar, , ),
(comment, varchar, , ),
(custkey, bigint, , ),
(orderdate, date, , ),
(orderkey, bigint, , ),
(orderpriority, varchar, , ),
(orderstatus, varchar, , ),
(shippriority, integer, , ),
(totalprice, double, , )]
but the following elements were unexpected:
(json, json, , )
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:740)
|
Upload test results:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorTest.java#L1
For query 20241101_192356_00371_pkhvp:
SELECT table_name, column_name FROM information_schema.columns WHERE table_schema = 'default' AND table_name = 'orders'
not equal
Actual rows (up to 100 of 1 extra rows shown, 11 rows in total):
[orders, json]
Expected rows (up to 100 of 0 missing rows shown, 10 rows in total):
|
Maven Tests
Process completed with exit code 1.
|
Loading