gaborgsomogyi commented on code in PR #23304:
URL: https://github.com/apache/flink/pull/23304#discussion_r1307448863


##########
flink-python/setup.py:
##########
@@ -252,7 +253,7 @@ def extracted_output_files(base_dir, file_path, 
output_directory):
                   "is complete, or do this in the flink-python directory of 
the flink source "
                   "directory.")
             sys.exit(-1)
-    if VERSION.find('dev0') != -1:
+    if re.search('dev.*$', VERSION) is not None:

Review Comment:
   I see example for both, I leave it like this until an additional +1 :)



-- 
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]

Reply via email to