yangxiao0320 commented on PR #8839:
URL:
https://github.com/apache/incubator-gluten/pull/8839#issuecomment-2747528748
Will this PR focus on operational performance? Tests show that gluten-flink
performance cracking is serious.
CREATE TABLE srcTbl (id INT, price INT, name STRING) WITH
('connector'='datagen');
CREATE TABLE snkTbl (id INT, price INT) WITH ('connector'='blackhole');
INSERT INTO snkTbl SELECT id, price FROM srcTbl WHERE price > 10;
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]