How to enable partitioning and have the "Where" clause working in a Custom Trino plugin #16593
Unanswered
nisha-tamta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built a Custom Trino Plugin which sources data from XML files stored in file system.
The
SELECT
query works fine, now we need to makeWHERE
clause work for this. Which, as per my knowledge means, we need to split data according to the condition for partitioning provided.ChatGPT suggested "I need to define partitioning columns for your table and implement partition pruning in your plugin."
Can you all please help me with this. Please refer nelow code for SplitManager Implementation:
Beta Was this translation helpful? Give feedback.
All reactions