JingsongLi commented on code in PR #4000:
URL: https://github.com/apache/paimon/pull/4000#discussion_r1721786429
##########
docs/content/migration/migration-from-hive.md:
##########
@@ -63,7 +63,7 @@ We can add our table properties while importing by
sys.migrate_table('<database>
<tableproperties> here should be separated by ",". For example:
```sql
-CALL sys.migrate_table('hive', 'my_db.wait_to_upgrate',
'file.format=orc,read.batch-size=2096,write-only=true')
+CALL sys.migrate_table('hive', 'my_db.wait_to_upgrate',
'file.format=orc,read.batch-size=2096,write-only=true', ',')
Review Comment:
maybe it is better to introduce options_map, this arguement is standard SQL
map
--
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]