You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/21 15:08:16 UTC

[PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

amoeba opened a new pull request, #346:
URL: https://github.com/apache/arrow-cookbook/pull/346

   (no comment)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

Posted by "amoeba (via GitHub)" <gi...@apache.org>.
amoeba commented on PR #346:
URL: https://github.com/apache/arrow-cookbook/pull/346#issuecomment-2014092724

   I wasn't able to reproduce the error locally, though I do get a failure in the avro cookbook:
   
   ```
   Expected:
       name    favorite_number    favorite_color
       Alyssa    256    null
       Ben    7    red
   Got:
   
   ```
   
   (no output)
   
   I'm going to re-run the failed jobs to see if it's just a transient issue and then see about the Avro issue.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd merged PR #346:
URL: https://github.com/apache/arrow-cookbook/pull/346


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

Posted by "amoeba (via GitHub)" <gi...@apache.org>.
amoeba commented on PR #346:
URL: https://github.com/apache/arrow-cookbook/pull/346#issuecomment-2013063759

   I'll look into it later today and report back.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #346:
URL: https://github.com/apache/arrow-cookbook/pull/346#issuecomment-2012711261

   I am not entirely sure why the Java test for flight is failing with:
   ```
   Exception java.lang.NoClassDefFoundError: io/grpc/BindableService
         at FlightServer.builder (FlightServer.java:169)
         at (#39:4)
   Caused by: java.lang.ClassNotFoundException: io.grpc.BindableService
         at BuiltinClassLoader.loadClass (BuiltinClassLoader.java:641)
         at ClassLoaders$AppClassLoader.loadClass (ClassLoaders.java:188)
         at ClassLoader.loadClass (ClassLoader.java:521)
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook]

Posted by "amoeba (via GitHub)" <gi...@apache.org>.
amoeba commented on PR #346:
URL: https://github.com/apache/arrow-cookbook/pull/346#issuecomment-2048614890

   Hey @raulcd, I forgot about this but took another look today. I re-ran this patch locally and it works fine now? I'm not sure what might have changed.
   
   I am able to reproduce the above grpc error on 16.0.0-SNAPSHOT so I can look into that elsewhere. Otherwise, I think this is ready for a merge.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org