What are the exception handling operators in Pig script?
Answer Posted / Neelam Kumari
Exception handling operators in Pig scripts include:n1. TRY-CATCH-FINALLY: Enables you to handle exceptions during runtime.n2. ABORT: Stops the current Pig script execution with a user-defined error message.n3. TO_CHAR(), TO_DATE(): Helps in converting data types, which may cause exceptions if improperly formatted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers