Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2025-03-02 Thread via GitHub
github-actions[bot] commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2692989602 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occur

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-09-03 Thread via GitHub
findepi commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2325763757 thanks for your insights @danielhumanmod ! > there are several `DangerousJavaDeserialization` warning in our code, do we have a plan to do some investigation on that?

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-09-02 Thread via GitHub
danielhumanmod commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2325421244 Hi @findepi , I’ve shared an initial conclusion in my previous comment regarding the usage of `ImmutablesReferenceEquality`. Do you think any further action is needed on thi

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-08-16 Thread via GitHub
danielhumanmod commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2294654962 Additionally, I do notice that there are several `DangerousJavaDeserialization` warning in our code, do we have a plan to do some investigation on that? -- This is an aut

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-08-16 Thread via GitHub
danielhumanmod commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2294653351 Hi @findepi , based on my investigation, the current status regarding the usage of `ImmutablesReferenceEquality` is as follows: Currently, `ImmutablesReferenceEquality

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-08-15 Thread via GitHub
findepi commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2291747483 sure, go for it! -- 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 commen

Re: [I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-08-13 Thread via GitHub
danielhumanmod commented on issue #10855: URL: https://github.com/apache/iceberg/issues/10855#issuecomment-2287815013 Hi team, may I take a look on this 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 ab

[I] Review new ImmutablesReferenceEquality error-prone check [iceberg]

2024-08-02 Thread via GitHub
findepi opened a new issue, #10855: URL: https://github.com/apache/iceberg/issues/10855 `ImmutablesReferenceEquality`is a recently added error-prone check (https://github.com/apache/iceberg/pull/10788). Figure out whether we adjust the code or suppress the check permanently -- This is an