twalthr commented on a change in pull request #13770:
URL: https://github.com/apache/flink/pull/13770#discussion_r518812707
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/utils/JoinedRowData.java
##########
@@ -16,9 +16,16 @@
* limitations under the License.
*/
-package org.apache.flink.table.data;
+package org.apache.flink.table.data.utils;
Review comment:
I don't have strong opinion here but it is marked `@Internal` and is not
a core `RowData` class. It has not even a proper hashCode/equals. To me this is
rather a utility class.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]