Fix predicate failure for negative offset value on _timestamp column#13170
Fix predicate failure for negative offset value on _timestamp column#13170ebyhr merged 2 commits intotrinodb:masterfrom
Conversation
There was a problem hiding this comment.
Thanks for you contribution! Please submit CLA if you haven't sent it https://github.com/trinodb/cla.
Could you please add a test to TestKafkaIntegrationPushDown?
Also, I would recommend improving the commit title - we can't understand what's the issue from "small bug".
There was a problem hiding this comment.
Can we add some tests to check if it works as expected ?
There was a problem hiding this comment.
OK, I added some test cases in TestKafkaIntegrationPushDown.
|
016441c to
3738407
Compare
|
Hello, I have signed CLA and got it.Please review again @ebyhr @Praveen2112 |
ebyhr
left a comment
There was a problem hiding this comment.
Could you fix the commit title likes below sentence?
Fix predicate failure for negative offset value on _timestamp column
plugin/trino-kafka/src/main/java/io/trino/plugin/kafka/KafkaFilterManager.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
715f013 to
f4d2bad
Compare
OK, I changed to |
f4d2bad to
cac3dc4
Compare
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/main/java/io/trino/plugin/kafka/KafkaFilterManager.java
Outdated
Show resolved
Hide resolved
5b24559 to
7c5648e
Compare
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaIntegrationPushDown.java
Outdated
Show resolved
Hide resolved
|
@harris233 Please rebase instead of merge to follow upstream. |
65e7124 to
2d32f22
Compare
OK, I rebased it. |
2d32f22 to
d775527
Compare
0305df2 to
d6fb5d5
Compare
|
Merged, thanks! |
Description
Related issues, pull requests, and links
Fixes #13167
Documentation
(x) No documentation is needed.
Release notes
(x) Release notes entries required with the following suggested text:
Issue:#13167