Re:[jira] [Created] (IGNITE-17556) Ignite doc: Wrong use of setValueFields function in CacheJdbcPojoStore demo

2022-08-18 Thread liyuj
Hello, Is there anyone willing to help merge the following PR? https://github.com/apache/ignite/pull/10203 At 2022-08-18 21:11:00, "YuJue Li (Jira)" wrote: >YuJue Li created IGNITE-17556: >- > > Summary: Ignite doc: Wrong use of setValueFields functio

Re: [jira] [Created] (IGNITE-12208) If JAVA_HOME is not configured, the ignitevisorcmd.sh script cannot run

2019-09-23 Thread liyuj
Hi, I have pushed PR: 6899, and I hope the community will merge as soon as possible. 在 2019/9/23 下午5:37, Nikolay Izhikov 写道: Hello, liyuj Thanks for your interest in Igniter. Feel free to assign ticket to yourself. Looking forward for your contribution! В Сб, 21/09/2019 в 19:31 +0800

Re: [jira] [Created] (IGNITE-12208) If JAVA_HOME is not configured, the ignitevisorcmd.sh script cannot run

2019-09-21 Thread liyuj
Hi community, The issue is relatively simple, and I can contribute. Can someone assign this to me? My JIRA ID is liyuj. 在 2019/9/21 下午4:47, YuJue Li (Jira) 写道: YuJue Li created IGNITE-12208: - Summary: If JAVA_HOME is not configured, the

Re: [SparkDataFrame] Query Optimization. Prototype

2019-09-18 Thread liyuj
Hi Nikolay, Because in the discussion below, there is a list describing that ROWNUM is not applicable to Ignite, and I want to know why. 在 2019/9/18 下午11:14, Nikolay Izhikov 写道: Hello, liyuj. Please, clarify. Do you want to contribute this to Ignite? What explanation do you expect? В Ср

Re: [SparkDataFrame] Query Optimization. Prototype

2019-09-18 Thread liyuj
Hi, Can anyone explain how difficult it is to implement ROWNUM? This is a very common requirement. 在 2018/1/23 下午4:05, Serge Puchnin 写道: yes, the Cust function is supporting both Ignite and H2. I've updated the documentation for next system functions: CASEWHEN Function, CAST, CONVERT, TABLE

Is Ignite planning to support COMMENT ON statements?

2019-07-07 Thread liyuj
Hi, Is Ignite planning to support COMMENT ON statements? H2 supports this command. If Ignite can support this command, it will be helpful to increase the maintainability of tables.