Sagar Sumit
Sagar Sumit
Canceling the CI run to prioritize release blockers. Apologies.
@gtwuser I am not very familiar with Glue APIs. But, can you share the full stacktrace? Also, don't you need to give `connection_type` while creating dataframe? I am referring to...
@umehrot2 @zhedoubushishi @xushiyan Have you come across such an issue?
@rmahindra123 Can you please review this?
I tested this patch. But, it gives the below error in [step 6 of the setup](https://github.com/apache/hudi/tree/master/hudi-kafka-connect#6---to-add-the-hudi-sink-to-the-connector-delete-it-if-you-want-to-re-configure). It happens even with latest master cc @yihua @rmahindra123 ``` ERROR WorkerSinkTask{id=hudi-sink-3} Task threw...
> I hit this issue while testing this change with Kafka Connect sink connector for Hudi: > > ``` > [2022-09-16 23:44:48,156] ERROR [hudi-sink|task-3] WorkerSinkTask{id=hudi-sink-3} Task threw an uncaught and...
simply rebased as the flaky test was fixed recently
> I ran the tests locally. Works for me. Probably you're not building it right. Note that for Spark 3.2, you need to use the following maven command `mvn clean...
@7c00 Can you please take a look? It seems like the code expects a long value for date type fields. But here we see string in date format. https://github.com/prestodb/presto/blob/master/presto-hudi/src/main/java/com/facebook/presto/hudi/HudiPageSource.java#L222
@vicuna96 Is this still a problem? Can you check the table props as suggested by @minihippo above? In my local test with latest master, I am able to see the...