[CALCITE-3084] Implement JDBC string functions: ASCII, REPEAT, SPACE, SOUNDEX, DIFFERENCE#1224
Conversation
|
Thanks for raising this. I am wondering if you can file another jira for this. |
thanks, I can create new jira. |
|
Please add your id in the end of commit message like |
my jira is CALCITE-3084, title info is 'Implement JDBC string functions: ASCII, REPEAT, SPACE, SOUNDEX, DIFFERENCE'; my commit message is $ git log -2
[CALCITE-3084] Implement JDBC string functions: ASCII, REPEAT, SPACE, SOUNDEX, DIFFERENCEBecause the message is too long, so it looks like there is a middle |
|
@ambition119 What i mean is you should add your jira id as follows: |
|
You can find more about contributing in https://calcite.apache.org/develop/#contributing. |
oh, thanks. |
… SOUNDEX, DIFFERENC (pingle wang)

Fix ISSUE #3048
Implement JDBC string functions: