Skip to content

[WIP] JSON predicate pushdown for Pinot #71491

[WIP] JSON predicate pushdown for Pinot

[WIP] JSON predicate pushdown for Pinot #71491

Triggered via pull request November 1, 2024 19:14
Status Failure
Total duration 18m 40s
Artifacts 4

ci.yml

on: pull_request
check-commits-dispatcher
33s
check-commits-dispatcher
build-test-matrix
1m 3s
build-test-matrix
artifact-checks
18m 21s
artifact-checks
error-prone-checks
3m 38s
error-prone-checks
test-jdbc-compatibility
3m 32s
test-jdbc-compatibility
test-other-modules
6m 12s
test-other-modules
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
TestPinotConnectorTest.testShowCreateTable: 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 )"
TestPinotConnectorTest.testShowColumns: 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)
TestPinotConnectorTest.testDescribeTable: 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)
TestPinotConnectorTest.testSelectInformationSchemaColumns: 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):
test (plugin/trino-pinot)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
product tests and server tarball Expired
1.3 GB
results plugin_trino-pinot, ,
330 KB
test report plugin_trino-pinot, ,
313 KB
test report pt (default, suite-all-connectors-smoke, )
885 Bytes