ajian2002 commented on PR #121:
URL:
https://github.com/apache/flink-table-store/pull/121#issuecomment-1130012599
> > How should I configure `ConfigOption<MergeEngine> MERGE_ENGINE ` to get
`columnName.aggregate-function = sum` from the parameter `FileStoreOptions` of
`static FileStoreImpl createWithPrimaryKey` function?
>
> You can get all config options from `FileStoreOptions.options` member. You
might need to add a method to `FileStoreOptions` to fetch out a random key.
>
> ```sql
> CREATE TABLE IF NOT EXISTS T (
> j INT, k INT, a INT, b INT, c STRING, PRIMARY KEY (j,k) NOT ENFORCED
> ) WITH ('merge-engine'='partial-update', 'specialkey'='hahahaha');
> ```
>
>

yes I have implemented this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]