Skip to content

Commit

Permalink
Added cloneable interface (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abigael-JT authored Feb 4, 2025
1 parent 6f170af commit 38bf894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* Encapsulates parameters for Catalyst code generator. In addition to that offers access to sparkcontext and incoming
* datasource
*/
public class DPLParserCatalystContext {
public class DPLParserCatalystContext implements Cloneable {

private static final Logger LOGGER = LoggerFactory.getLogger(DPLParserCatalystContext.class);

Expand Down

0 comments on commit 38bf894

Please sign in to comment.