Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] The Indentation after the first Record arrjson writer is missing #25535

Closed
asfimport opened this issue Jul 14, 2020 · 1 comment
Closed

Comments

@asfimport
Copy link

The jsonRecPrefix is missed for the Records after the first one in the arrjson writer.

We can see the output file arrjson-xxxxxxxxxx in the TempDir, such as

  "batches": [
    {
      "count": 5,
      "columns": [
        {
          "name": "fixed_size_binary_3",
          "count": 5,
          "VALIDITY": [
            1,
            0,
            0,
            1,
            1
          ],
          "DATA": [
            "303031",
            "303032",
            "303033",
            "303034",
            "303035"
          ]
        }
      ]
    },
{                     //   <-   HERE! we can see it is not indented correctly
      "count": 5,
      "columns": [
        {

Reporter: FredGan / @fredgan

PRs and other links:

Note: This issue was originally created as ARROW-9462. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Sebastien Binet / @sbinet:
Issue resolved by pull request 7752
#7752

@asfimport asfimport added this to the 2.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant