Sagar Sumit
Sagar Sumit
Hi @soumilshah1995 , thanks for giving it a try! Currently, the `FUNCTION` keyword is not integrated. I need to update the RFC with the exact syntax which can be found...
It should work with 1.0.0-beta1 with spark-sql. In the DDL page, we have provided an example with `hour` function. You can replace it with `from_unixtime`. This is what I tried...
@zyclove we'll do a beta2 release in Feb which will include fix for this issue.
Azure CI passed: https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=23176&view=results
Hi @soumilshah1995 , there are two things you can look at. First when you do EXPLAIN ANALYZE, the plan should show that it is using `HoodieFileIndex`. Second, the "number of...
Not yet, but it's planned for version 1.0.0. https://hudi.apache.org/roadmap/ Currently, one can use Hudi with Python (pyspark), Java and Scala.
> Do we need to use parallel stream to improve efficiency in `allFiles.map`? I tried but it seems like the usual `scala.collection.parallel` does not work with Scala 2.13 (which is...
@KnightChess Thanks for your review. I have addressed your comments. Can you please take a look again?
@hudi-bot run azure
@KnightChess I have addressed your feedback. Please take a look again.