You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/04/24 02:23:35 UTC

[GitHub] [incubator-seatunnel] wenwei8268 opened a new issue, #1732: [Feature][spark-clickhouse] seatunnel does’t support clickhouse's type AggregateFunction(Clickhouse roaringBitmap);

wenwei8268 opened a new issue, #1732:
URL: https://github.com/apache/incubator-seatunnel/issues/1732

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   i will use seatunnel to   impl hive2clickhouse ,But  clickhouse's type is AggregateFunction(Clickhouse roaringBitmap),seatunnel will be supported?
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] BenJFan commented on issue #1732: [Feature][spark-clickhouse] seatunnel does’t support clickhouse's type AggregateFunction(Clickhouse roaringBitmap);

Posted by GitBox <gi...@apache.org>.
BenJFan commented on issue #1732:
URL: https://github.com/apache/incubator-seatunnel/issues/1732#issuecomment-1107702947

   To support this, we should open sql parameter in clickhouse sink. So user can write their own insert sql.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] wenwei8268 commented on issue #1732: [Feature][spark-clickhouse] seatunnel does’t support clickhouse's type AggregateFunction(Clickhouse roaringBitmap);

Posted by GitBox <gi...@apache.org>.
wenwei8268 commented on issue #1732:
URL: https://github.com/apache/incubator-seatunnel/issues/1732#issuecomment-1287676375

   The latest [clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-jdbc) begin to support the AggregatedFunction(groupBitmap,32) , i think the clickhouse-connector2-sink  can add this type; 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org