unsubscribe

2020-06-28 Thread xufei

unsubscribe

2020-06-28 Thread stephen

Re: Metrics Problem

2020-06-28 Thread Bryan Jeffrey
Srinivas, Interestingly, I did have the metrics jar packaged as part of my main jar. It worked well both on driver and locally, but not on executors. Regards, Bryan Jeffrey Get Outlook for Android From: Srinivas V Sent: Saturday, June

Re: When is a Bigint a long and when is a long a long

2020-06-28 Thread Sean Owen
'bigint' is a long, not a Java BigInteger. On Sun, Jun 28, 2020 at 5:52 AM Anwar AliKhan wrote: > > I wish to draw your attention for your consideration to this approach > where the BigInt data type maps to Long without drawing an error. > >

Re: When is a Bigint a long and when is a long a long

2020-06-28 Thread Anwar AliKhan
I wish to draw your attention for your consideration to this approach where the BigInt data type maps to Long without drawing an error. https://stackoverflow.com/questions/31011797/bug-in-spring-data-jpa-spring-data-returns-listbiginteger-instead-of-listlon "This is a issue with Spring data