zwangsheng commented on code in PR #5616:
URL: https://github.com/apache/kyuubi/pull/5616#discussion_r1381278184
##########
kyuubi-server/web-ui/src/locales/en_US/index.ts:
##########
@@ -37,21 +37,25 @@ export default {
engine_ui: 'Engine UI',
failure_reason: 'Failure Reason',
session_properties: 'Session Properties',
+ no_data: 'No data yet',
Review Comment:
Please correct me if this is incorrect, we return `no_data` when query
success without empty data, so this should be 'No data'?
##########
kyuubi-server/web-ui/src/locales/en_US/index.ts:
##########
@@ -37,21 +37,25 @@ export default {
engine_ui: 'Engine UI',
failure_reason: 'Failure Reason',
session_properties: 'Session Properties',
+ no_data: 'No data yet',
Review Comment:
Please correct me if this is incorrect, we return `no_data` when query
success with empty data, so this should be 'No data'?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]