Re: Can not apply my custom filter instead of EnumerableCalc

2018-02-08 Thread Masayuki Takahashi
> But I can not apply my arrow filter instead of EnumerableCalc. Would > you tell me the reason? I solved my problem by adding a Arrow Convention to ArrowFilter. Thanks, Julian. > Would you mind logging a JIRA case for it, to track progress? Created:

Re: Can not apply my custom filter instead of EnumerableCalc

2018-02-04 Thread Julian Hyde
I am delighted that someone is implementing an Arrow adapter. It would be a good replacement for the Enumerable adapter someday. Would you mind logging a JIRA case for it, to track progress? I think the reason that ArrowFilter is not being chosen is because of cost. Note this: >

Can not apply my custom filter instead of EnumerableCalc

2018-02-04 Thread Masayuki Takahashi
Hi, I try to implement Arrow Adapter. https://github.com/masayuki038/calcite/tree/arrow/arrow/src/main/java/org/apache/calcite/adapter/arrow But I can not apply my arrow filter instead of EnumerableCalc. Would you tell me the reason? ArrowFilter was created by ArrowFilterTableScanRule. (logs