teragrep / pth_10

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

Cleanup TransformStatement.java and other classes #201

Closed eemhu closed 7 months ago

eemhu commented 7 months ago

Description Currently the file TransformStatement.java contains various unused variables, possibly misleading logs/comments and some transformations are instantialized in the constructor when there is no real need to instantialize them there. It should be cleaned to make it more maintainable and avoid confusion in the future.

eemhu commented 7 months ago

Added more cleanups for other Transform classes to pull request.