Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-19 Thread via GitHub
comphead closed issue #14098: Spaceship operator (<=>) not supported URL: https://github.com/apache/datafusion/issues/14098 -- 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 u

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-18 Thread via GitHub
alamb commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2599715103 > [@ion-elgreco](https://github.com/ion-elgreco) sure! I am still trying to figure how tests are written but as soon as I figure that out, I'll include your suggestion! I t

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-18 Thread via GitHub
Spaarsh commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2599627126 @ion-elgreco sure! I am still trying to figure how tests are written but as soon as I figure that out, I'll include your suggestion! -- This is an automated message from the A

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-18 Thread via GitHub
ion-elgreco commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2599601437 Yess, you could add also a sanity test: format!("{Value1} = {value2} OR (value1} IS NULL AND {value2} IS NULL)"), -- This is an automated message from the Apache Gi

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-17 Thread via GitHub
Spaarsh commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2599524998 Apologies for the delay! @ion-elgreco is this the output you are expecting? If so, I shall make a PR including some tests as well! ![Image](https://github.com/user-attachment

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-15 Thread via GitHub
ion-elgreco commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2593609621 @Spaarsh go ahead! :) -- 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 spe

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-15 Thread via GitHub
Spaarsh commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2593547003 @ion-elgreco @alamb if it is fine by you, can I work on this? I am just getting familiar with the codebase with a few commits here and there :D -- This is an automated message

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-13 Thread via GitHub
ion-elgreco commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2587816154 @alamb thanks for the pointers! I will take a look over the weekend to add this :D -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Spaceship operator (<=>) not supported [datafusion]

2025-01-13 Thread via GitHub
alamb commented on issue #14098: URL: https://github.com/apache/datafusion/issues/14098#issuecomment-2587335551 Planning support might be as simple as adding the appropriate translation here: https://github.com/apache/datafusion/blob/63b94c8f9e128b938e81b7e867ce6256a94d67e6/datafusio

[I] Spaceship operator (<=>) not supported [datafusion]

2025-01-12 Thread via GitHub
ion-elgreco opened a new issue, #14098: URL: https://github.com/apache/datafusion/issues/14098 ### Is your feature request related to a problem or challenge? I am trying to add support for Generated Columns in Delta-rs. For this to be functional, we need the spaceship operator to be i