JingGe commented on code in PR #21322:
URL: https://github.com/apache/flink/pull/21322#discussion_r1027671723
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java:
##########
@@ -926,7 +926,7 @@ private TableResultInternal
executeQueryOperation(QueryOperation operation) {
DataTypeUtils.expandCompositeTypeToSchema(
sinkOperation.getConsumedDataType()),
resultProvider.getRowDataStringConverter(),
- PrintStyle.DEFAULT_MAX_COLUMN_WIDTH,
Review Comment:
Do you mean removing `PrintStyle.DEFAULT_MAX_COLUMN_WIDTH` completely? How
to make it configurable? Could you elaborate on it?
--
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]