xiaozhch5 commented on PR #6013: URL: https://github.com/apache/hudi/pull/6013#issuecomment-1173004258
> > Hello, I test the PR, but the following problem occurs. > > thx for your review. If the primary key exists, it must be the same as the `RECORD_KEY_FIELD`.  It's ok when I change the primary key to uuid or define the parameter of 'hoodie.datasource.write.recordkey.field'. But another problem arouse when I query the table in spark sql catalog. The table type I defined is MERGE_ON_READ, but when I use the command of "desc formatted xxx", It shows the table type is COPY_ON_WRITE.  -- 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]
