wombatu-kun commented on issue #11635:
URL: https://github.com/apache/hudi/issues/11635#issuecomment-2230881804

   what if you try this?
   ```
   CACHE TABLE dbz_fields AS
   SELECT ts_ms, source_fields FROM dbz_events;
   
   SELECT s.*, Concat(s.col1, s.col2) AS hudi_key, YEAR(FROM_UNIXTIME(s.col2 / 
1000)) AS partition_path FROM dbz_fields s;
   ```


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