jiangzhx commented on issue #6279: URL: https://github.com/apache/arrow-datafusion/issues/6279#issuecomment-1541299287
> ``` > DataFusion CLI v24.0.0 > ❯ CREATE EXTERNAL TABLE t1 ( > c1 VARCHAR NOT NULL, > c2 INT NOT NULL, > c3 SMALLINT NOT NULL, > c4 SMALLINT NOT NULL, > c5 INT NOT NULL, > c6 BIGINT NOT NULL, > c7 SMALLINT NOT NULL, > c8 INT NOT NULL, > c9 BIGINT NOT NULL, > c10 VARCHAR NOT NULL, > c11 FLOAT NOT NULL, > c12 DOUBLE NOT NULL, > c13 VARCHAR NOT NULL > ) > STORED AS CSV > WITH HEADER ROW > LOCATION 'testing/data/csv/aggregate_test_100.csv'; > 0 rows in set. Query took 0.002 seconds. > ❯ select count(1) from t1 where (select t1.c1 from t1 where c2<0) IS NULL; > This feature is not implemented: Physical plan does not support logical expression (<subquery>) > ``` > > I tried to reproduce this error, but I am not sure what it should be. about `Physical plan does not support logical expression (<subquery>)` i will fix at #5907 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
