cfmcgrady commented on PR #4333:
URL: https://github.com/apache/kyuubi/pull/4333#issuecomment-1432743886
test run multi-line python snippets with this change.
```
0: jdbc:hive2://192.168.206.48:10009/> for i in [1, 2, 3]:
. . . . . . . . . . . . . . . . . . .> print(i);
2023-02-16 17:00:50.824 INFO org.apache.kyuubi.operation.ExecuteStatement:
Processing anonymous's query[1215c099-cf9a-4c42-80c1-5290a456b8ea]:
PENDING_STATE -> RUNNING_STATE, statement:
for i in [1, 2, 3]:
print(i)
23/02/16 17:00:50 INFO ExecutePython: Processing anonymous's
query[fdc19881-4918-47f3-8b39-c1e97d01269b]: PENDING_STATE -> RUNNING_STATE,
statement:
for i in [1, 2, 3]:
print(i)
23/02/16 17:00:50 INFO ExecutePython:
Spark application name:
kyuubi_USER_SPARK_SQL_anonymous_default_a5f44f5d-d3ec-49e1-a594-8b0460e9728d
application ID: local-1676537993814
application web UI: http://192.168.206.48:65528
master: local[*]
deploy mode: client
version: 3.3.1
Start time: 2023-02-16T16:59:50.066
User: anonymous
23/02/16 17:00:50 INFO ExecutePython: Processing anonymous's
query[fdc19881-4918-47f3-8b39-c1e97d01269b]: RUNNING_STATE -> FINISHED_STATE,
time taken: 0.002 seconds
2023-02-16 17:00:50.836 INFO org.apache.kyuubi.operation.ExecuteStatement:
Query[1215c099-cf9a-4c42-80c1-5290a456b8ea] in FINISHED_STATE
2023-02-16 17:00:50.836 INFO org.apache.kyuubi.operation.ExecuteStatement:
Processing anonymous's query[1215c099-cf9a-4c42-80c1-5290a456b8ea]:
RUNNING_STATE -> FINISHED_STATE, time taken: 0.011 seconds
+---------+---------+--------+---------+------------+
| output | status | ename | evalue | traceback |
+---------+---------+--------+---------+------------+
| 1
2
3 | ok | | | [] |
+---------+---------+--------+---------+------------+
1 row selected (0.06 seconds)
```
--
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]