teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 2 forks source link

Add a 'TranslationException' exception #250

Open eemhu opened 4 months ago

eemhu commented 4 months ago

Description

Currently, different types of Exceptions will be thrown during translation. A common exception type for errors occurring during translation should be designed and implemented.

Questions to answer:

Related issues

247