[ 
https://issues.apache.org/jira/browse/FLINK-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734865#comment-15734865
 ] 

ASF GitHub Bot commented on FLINK-5187:
---------------------------------------

Github user tonycox commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2968#discussion_r91670483
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/RowComparator.java
 ---
    @@ -326,8 +326,8 @@ public int getNormalizeKeyLen() {
        @Override
        public boolean isNormalizedKeyPrefixOnly(int keyBytes) {
                return numLeadingNormalizableKeys < keyPositions.length ||
    -                           normalizableKeyPrefixLen == Integer.MAX_VALUE ||
    -                           normalizableKeyPrefixLen > keyBytes;
    +                  normalizableKeyPrefixLen == Integer.MAX_VALUE ||
    +                  normalizableKeyPrefixLen > keyBytes;
    --- End diff --
    
    here must be only tabs instead of spaces


> Create analog of Row in core
> ----------------------------
>
>                 Key: FLINK-5187
>                 URL: https://issues.apache.org/jira/browse/FLINK-5187
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Core, Table API & SQL
>            Reporter: Anton Solovev
>            Assignee: Jark Wu
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to