CosmosNi commented on PR #7928:
URL: https://github.com/apache/seatunnel/pull/7928#issuecomment-2451249096

   @Hisoka-X @liunaijie @corgy-w  please cc
   SELECT
        * 
   FROM
        fake 
        LATERAL VIEW OUTER EXPLODE (SPILT ( NAME, ',' )) AS NAME 
        LATERAL VIEW OUTER EXPLODE (SPILT ( pk_id, ';' )) AS pk_id 
        LATERAL VIEW OUTER EXPLODE ( age ) AS age


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