karthick-de-25 commented on issue #11900:
URL: https://github.com/apache/hudi/issues/11900#issuecomment-2585735903

   @rangareddy  I will like to contribute to this issue.
   
   I did some initial analysis. I found that the issue is at 
SqlKeyGenerator#convertPartitionPathToSqlType 
   
   where the default  __HIVE_DEFAULT_PARTITION__ value  is trying to be 
converted into Long/milli second.
   
   i added following logic to fix this issue temporarily ,
   
   
![image](https://github.com/user-attachments/assets/92b3ba02-0fc9-46f2-817d-70f719b419b2)
   
   but I couldn't run the testcases to validate my changes, 
   
   cmd to run testcase:
   mvn test -Dtest=TestSparkSqlWithTimestampKeyGenerator -Drat.skip=true
   
   can you provide suggestion on running the testcase at local ?
   


-- 
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]

Reply via email to