You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/20 16:34:52 UTC

[GitHub] [incubator-kyuubi] SteNicholas commented on a diff in pull request #2425: [KYUUBI #2424] [Improvement] add Flink compile version and Trino client compile version to KyuubiServer Log

SteNicholas commented on code in PR #2425:
URL: https://github.com/apache/incubator-kyuubi/pull/2425#discussion_r854340211


##########
build/kyuubi-build-info:
##########
@@ -28,6 +28,8 @@ echo_build_properties() {
   echo kyuubi_spark_version="$5"
   echo kyuubi_hive_version="$6"
   echo kyuubi_hadoop_version="$7"
+  echo kyuubi_flink_version="$8"
+  echo kyuubi_trino_client_version="$9"

Review Comment:
   ```suggestion
     echo kyuubi_trino_version="$9"
   ```



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org