pan3793 commented on code in PR #4950:
URL: https://github.com/apache/kyuubi/pull/4950#discussion_r1226064581


##########
kyuubi-server/src/main/resources/sql/sqlite/001-KYUUBI-3967.sqlite.sql:
##########
@@ -0,0 +1,47 @@
+SELECT '< KYUUBI-3967: Shorten column varchar length of metadata table >' AS ' 
';
+
+BEGIN;

Review Comment:
   Unfortunately, SQLite does not support `ALTER TABLE MODIFY COLUMN`, it was 
explained at 
   https://www3.sqlite.org/matrix/lang_altertable.html
   
   > "Why ALTER TABLE is such a problem for SQLite"



-- 
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]

Reply via email to