Peng-Lei commented on a change in pull request #35227:
URL: https://github.com/apache/spark/pull/35227#discussion_r794154056
##########
File path: sql/core/src/test/resources/sql-tests/results/charvarchar.sql.out
##########
@@ -162,8 +162,8 @@ show create table char_tbl3
struct<createtab_stmt:string>
-- !query output
CREATE TABLE default.char_tbl3 (
- `c` CHAR(5),
- `v` VARCHAR(6))
+ c CHAR(5),
+ v VARCHAR(6))
Review comment:
Sorry, I left this out. I will do it by a follow up.
--
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]