YannByron commented on issue #4793:
URL: https://github.com/apache/hudi/issues/4793#issuecomment-1054948385
```
s"""
| create table $table (
| id int,
| name string,
| price double,
| ts long
| ) using $format
| options (
| primaryKey = 'id',
| preCombineField = 'ts',
| hoodie.bootstrap.index.class =
| 'org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex'
| )
""".stripMargin
```
See it's hudi 0.10.1 and spark3.1.2 in
https://github.com/apache/incubator-kyuubi/pull/1897/files. My test is ok in
the same env, but i use bundle jar. In addition to the vanilla jar, what other
hudi jars you put in the spark env ?
And, is there the same problem if you use spark-sql instead of kyuubi ?
@pan3793
--
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]