Zend certified PHP/Magento developer

how to add custom filter in UI component with minimum effort?

I have grid in which i try to filter a field name “seller_id” and this grid is a coming from a custom dataprovider with join of two tables.

Now the issue is these both table have same column name “seller_id” due to which it throws ambiguous column error upon filtering the column “seller_id”.