SeungMin

Results 11 comments of SeungMin
trafficstars

I reported same [issue](https://github.com/openai/chatgpt-retrieval-plugin/issues/75), and it worked for me.

even if I changed pos_file location to local storage (not nfs) same phenomena occurred 🥲

@daipom > Please tell me how to reproduce it in local storage in more detail. There are two conditions are necessary to reproduce. First one is `path` must be a...

@daipom Thank you for your kind reply! Since I'm not sure of the root cause of this issue and whether it work's properly on local system, I'm thinking of not...

@lvyanquan Wow.. First of all, Thank you for implementing this function I was hoping for. I've been so busy at work and was just about to implement it, but you've...

> @lvyanquan Wow.. First of all, Thank you for implementing this function I was hoping for. > > I've been so busy at work and was just about to implement...

> It makes sense to me, and I create an abstract class [AbstractListenerMessage](https://github.com/ververica/flink-cdc-connectors/pull/2523/files#diff-698c27eee7807422a2eee230a778860d120669f04191d4dc28432cf0614190f4) since there are other datasources like oracle、postgreSQL. LGTM! I learn a lot from your implementation😃

I want to use flink session cluster mode rather than application mode.

> [@SML0127](https://github.com/SML0127) Flink does not support inline clustering but only async plan scheduling for consistent-hashing, you need to execute the plan in a separate job. > > hudiOptions.put(HoodieClusteringConfig.INLINE_CLUSTERING.key(), "true"); Hi,...

Thank you @danny0405 From what I understand, auto compaction is also not supported in Flink with inline table service. Is that correct? (== We have to deploy another flink job...