Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Partition fiter with trino function #44

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

shidayang
Copy link
Contributor

Support partition filter with function like

select * from table where fun(partition_column) = xxx

# Conflicts:
#	paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoFilterConverter.java
@JingsongLi
Copy link
Contributor

Maybe we should support this in paimon-core first?

@JingsongLi
Copy link
Contributor

@shidayang

Can you rebase main? I think again about this feature, maybe it is not the time to push this into paimon-core.

# Conflicts:
#	paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoSplitManagerBase.java
#	paimon-trino-common/src/test/java/org/apache/paimon/trino/TestTrinoITCase.java
@shidayang
Copy link
Contributor Author

@shidayang

Can you rebase main? I think again about this feature, maybe it is not the time to push this into paimon-core.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants