kou commented on code in PR #14522:
URL: https://github.com/apache/arrow/pull/14522#discussion_r1006566324


##########
dev/release/post-11-bump-versions-test.rb:
##########
@@ -119,13 +119,13 @@ def test_version_post_tag
         path: "docs/source/_static/versions.json",
         hunks: [
           [
-            "-        \"name\": \"10.0 (dev)\",",
-            "+        \"name\": \"11.0 (dev)\",",
-            "-        \"name\": \"9.0 (stable)\",",
-            "+        \"name\": \"10.0 (stable)\",",
+            "-        \"name\": \"11.0 (dev)\",",
+            "+        \"name\": \"12.0 (dev)\",",
+            "-        \"name\": \"10.0 (stable)\",",
+            "+        \"name\": \"11.0 (stable)\",",
             "+    {",
-            "+        \"name\": \"9.0\",",
-            "+        \"version\": \"9.0/\"",
+            "+        \"name\": \"10.0\",",
+            "+        \"version\": \"10.0/\"",

Review Comment:
   Oh, sorry. These expected values were my fault...
   We should use variables instead of literals.
   I'll push a fix to this branch.



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