corgy-w commented on code in PR #8173:
URL: https://github.com/apache/seatunnel/pull/8173#discussion_r1909873029
##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractCatalogSupportFlatMapTransform.java:
##########
@@ -30,17 +33,17 @@ public abstract class AbstractCatalogSupportFlatMapTransform
extends AbstractSeaTunnelTransform<SeaTunnelRow, List<SeaTunnelRow>>
implements SeaTunnelFlatMapTransform<SeaTunnelRow> {
- public AbstractCatalogSupportFlatMapTransform(@NonNull CatalogTable
inputCatalogTable) {
- super(inputCatalogTable);
- }
-
public AbstractCatalogSupportFlatMapTransform(
- @NonNull CatalogTable inputCatalogTable, ErrorHandleWay
rowErrorHandleWay) {
- super(inputCatalogTable, rowErrorHandleWay);
Review Comment:
He changed the constructor of `AbstractSeaTunnelTransform` to
`AbstractCatalogSupportFlatMapTransform` and defaulted to `rowErrorHandleWay`
--
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]