Yida Wu has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/21168 )

Change subject: IMPALA-12920: Support ai_generate_text built-in function for 
OpenAI's chat completion API
......................................................................


Patch Set 3:

(8 comments)

Thanks for bringing this up! It looks good overall. I noticed some formatting 
issues in the file ai-functions-ir.cc, could you please rerun clang-format on 
that file?

http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc
File be/src/exprs/ai-functions-ir.cc:

http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@74
PS3, Line 74: https://
Maybe declare a const string for "https://";, we can also use size of it instead 
of strlen every time.


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@75
PS3, Line 75: 
no need spaces


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@79
PS3, Line 79: openai.azure.com
Maybe declare a const string for it? Also same to "api.openai.com"


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@81
PS3, Line 81:
no need spaces


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@85
PS3, Line 85: choices
Thinking may be good the have const strings for all the json field names, 
easier to maintain the field name later


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@122
PS3, Line 122:
should be two spaces


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/ai-functions-ir.cc@196
PS3, Line 196: std::
doesn't need the namespace


http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/string-functions-ir.cc
File be/src/exprs/string-functions-ir.cc:

http://gerrit.cloudera.org:8080/#/c/21168/3/be/src/exprs/string-functions-ir.cc@1950
PS3, Line 1950: }
Seems the change is unnecessary.



--
To view, visit http://gerrit.cloudera.org:8080/21168
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id4446957f6030bab1f985fdd69185c3da07d7c4b
Gerrit-Change-Number: 21168
Gerrit-PatchSet: 3
Gerrit-Owner: Abhishek Rawat <ara...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Yida Wu <wydbaggio...@gmail.com>
Gerrit-Comment-Date: Fri, 22 Mar 2024 01:14:20 +0000
Gerrit-HasComments: Yes

Reply via email to