lordk911 commented on issue #6781:
URL: https://github.com/apache/kyuubi/issues/6781#issuecomment-2436835708
```
scala> spark.sql("insert overwrite dev.test.kshc_target
partition(pcode,pdate) select logid,app_name,app_version,pcode,pdate from
test.test_userlog_gux_func_add_hx2 where pcode='13073' and pdate>=20221025 and
pdate<=20221030")
24/10/25 12:54:30 ERROR DatasetExtractor: class
org.apache.spark.sql.catalyst.plans.logical.OverwriteByExpression is not
supported yet. Please contact datahub team for further support.
res9: org.apache.spark.sql.DataFrame = []
```
An error occurs when the number of partitions and files reaches a threshold
--
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]