alamb opened a new issue, #8813:
URL: https://github.com/apache/arrow-rs/issues/8813

   **Describe the bug**
   " Archery test With other arrows" is failing on main:
   
   ```
   ################# FAILURES #################
     FAILED TEST: custom_metadata Rust producing,  Go consuming
     <class 'RuntimeError'>: Command failed: 
/github/home/go/bin/arrow-json-integration-test -arrow 
/tmp/tmp2kbucd3t/9af639a7_generated_custom_metadata.json_as_file -json 
/tmp/arrow-integration-a1e3ey2k/generated_custom_metadata.json -mode VALIDATE
     With output:
     --------------
     arrow-json: JSON schema:
     schema:
       fields: 4
         - sort_of_pandas: type=int8, nullable
                     metadata: ["pandas": "{}"]
         - lots_of_meta: type=int8, nullable
                   metadata: ["a": "{}", "b": "{}", "c": "{}", "d": "{}", "..": 
"{}", "w": "{}", "x": "{}", "y": "{}", "z": "{}"]
         - unregistered_extension: type=int8, nullable
                             metadata: ["ARROW:extension:name": "!nonexistent", 
"ARROW:extension:metadata": "", 
"ARROW:integration:allow_unregistered_extension": "true"]
         - list_with_odd_values: type=list<item: int32, nullable>, nullable
       metadata: ["schema_custom_0": "{}", "schema_custom_1": "{}"]
     Arrow schema:
     schema:
       fields: 4
         - sort_of_pandas: type=int8, nullable
                     metadata: ["pandas": "{}"]
         - lots_of_meta: type=int8, nullable
                   metadata: ["..": "{}", "a": "{}", "b": "{}", "c": "{}", "d": 
"{}", "w": "{}", "x": "{}", "y": "{}", "z": "{}"]
         - unregistered_extension: type=int8, nullable
                             metadata: ["ARROW:extension:metadata": "", 
"ARROW:extension:name": "!nonexistent", 
"ARROW:integration:allow_unregistered_extension": "true"]
         - list_with_odd_values: type=list<item: int32, nullable>, nullable
       metadata: ["schema_custom_0": "{}", "schema_custom_1": "{}"]
     arrow-json: schemas did not match
     
     --------------
     
     
     FAILED TEST: custom_metadata Rust producing,  Go consuming
     <class 'RuntimeError'>: Go C Data Integration call failed: Schemas are 
different:
     - Json Schema: schema:
       fields: 4
         - sort_of_pandas: type=int8, nullable
                     metadata: ["pandas": "{}"]
         - lots_of_meta: type=int8, nullable
                   metadata: ["a": "{}", "b": "{}", "c": "{}", "d": "{}", "..": 
"{}", "w": "{}", "x": "{}", "y": "{}", "z": "{}"]
         - unregistered_extension: type=int8, nullable
                             metadata: ["ARROW:extension:name": "!nonexistent", 
"ARROW:extension:metadata": "", 
"ARROW:integration:allow_unregistered_extension": "true"]
         - list_with_odd_values: type=list<item: int32, nullable>, nullable
       metadata: ["schema_custom_0": "{}", "schema_custom_1": "{}"]
     - Imported Schema: schema:
       fields: 4
         - sort_of_pandas: type=int8, nullable
                     metadata: ["pandas": "{}"]
         - lots_of_meta: type=int8, nullable
                   metadata: ["x": "{}", "y": "{}", "w": "{}", "d": "{}", "a": 
"{}", "..": "{}", "c": "{}", "z": "{}", "b": "{}"]
         - unregistered_extension: type=int8, nullable
                             metadata: ["ARROW:extension:name": "!nonexistent", 
"ARROW:extension:metadata": "", 
"ARROW:integration:allow_unregistered_extension": "true"]
         - list_with_odd_values: type=list<item: int32, nullable>, nullable
       metadata: ["schema_custom_1": "{}", "schema_custom_0": "{}"]
     
     2 failures, 454 skips
   
   real 2m16.517s
   user 8m2.953s
   sys  0m41.614s
   ERROR conda.cli.main_run:execute(125): `conda run 
ci/scripts/integration_arrow.sh /__w/arrow-rs/arrow-rs /build` failed. (See 
above for error)
   ```
   
   **To Reproduce**
   Here is an example on main: 
https://github.com/apache/arrow-rs/actions/runs/19208833571/job/54907987381
   
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


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