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

    https://github.com/apache/flink/pull/868#discussion_r33340726
  
    --- Diff: tools/create_release_files.sh ---
    @@ -138,7 +146,7 @@ make_binary_release() {
         echo "Files in uberjar: $NUM_FILES_IN_UBERJAR. Uberjar: $UBERJAR"
         if [ "$NUM_FILES_IN_UBERJAR" -ge "65536" ] ; then
           echo "The number of files in the uberjar ($NUM_FILES_IN_UBERJAR) 
exceeds the maximum number of possible files for Java 6 (65536)"
    -      exit 1
    +    #  exit 1
    --- End diff --
    
    Shouldn't we fail here? What's the point of the check after all?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to