You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wayang.apache.org by Kristian Reitzel <k....@outlook.dk> on 2023/04/15 19:49:52 UTC

Status on SQL API

Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!

Re: Status on SQL API

Posted by Jorge Arnulfo Quiané Ruiz <qu...@gmail.com>.
Great! Thanks Michelle and Kristian, we are looking forward to reading/checking your contributions!

—
Jorge

> On 16 Apr 2023, at 13.26, Kristian Reitzel <k....@outlook.dk> wrote:
> 
> Cool, thanks for the explanation!
> 
> 
> Best,
> Kristian
> ________________________________
> Fra: Alexander Alten <al...@databloom.ai>
> Sendt: Sunday, April 16, 2023 1:21:58 PM
> Til: dev@wayang.apache.org <de...@wayang.apache.org>
> Cc: Michelle Sackmann Jensen <mi...@gmail.com>
> Emne: Re: Status on SQL API
> 
> It’s pretty easy - just do a fork into your private repo, apply your code and create a pull request. After the check have passed, and the review process was positive, we merge. No need to create a dedicated branch, we cut a release branch from current main.
> 
> Cheers,
> —Alex
> 
>> On 16. Apr 2023, at 13:03, Kristian Reitzel <k....@outlook.dk> wrote:
>> 
>> Great!
>> 
>> How do you prefer the git organisation? I assume we should create a new branch from main(?). If so, is there any naming convention that we should follow or other things that we should be aware of? This is our first contribution to open source projects.
>> 
>> Best,
>> Kristian
>> ________________________________
>> Fra: Alexander Alten <al...@databloom.ai>
>> Sendt: søndag, april 16, 2023 11:22 AM
>> Til: dev@wayang.apache.org <de...@wayang.apache.org>
>> Cc: Michelle Sackmann Jensen <mi...@gmail.com>
>> Emne: Re: Status on SQL API
>> 
>> Hey Michelle and Kristian,
>> 
>> Awesome, and we just merged the initial contribution from Kausthub into the main branch. Ready to go!
>> 
>> Best,
>> —Alex
>> 
>> —
>> Alexander Alten
>> PPMC Apache Wayang
>> aloalt@apache.org
>> 
>> @apachewayang
>> 
>>> On 15. Apr 2023, at 21:49, Kristian Reitzel <k....@outlook.dk> wrote:
>>> 
>>> Hi Wayang Dev!
>>> 
>>> Just a quick update on the research project involving the SQL API that Michelle and I are working on:
>>> 
>>> Due to our limited time, we are focusing on implementing:
>>> 
>>> 1.  The join operator (probably just the inner join)
>>> 2.  Sql query from both a csv and postgres data source
>>> 
>>> We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.
>>> 
>>> We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!
>>> 
>>> Best regards,
>>> Michelle and Kristian!
>> 
>> 
>> --
>> databloom AI, Inc.
>> 
>> 3401 N. MIAMI AVE. STE 230
>> 33127 Miami, Florida
>> United States
>> 
>> 
>> --  Please consider the environment before printing this
>> email --
>> 
>> 
>> 
>> Disclaimer:
>> The content of this message is confidential. If you
>> have received it by mistake, please inform us by an email reply and then
>> delete the message. It is forbidden to copy, forward, or in any way reveal
>> the contents of this message to anyone. The integrity and security of this
>> email cannot be guaranteed over the Internet. Therefore, the sender will
>> not be held liable for any damage caused by the message.
>> 
> 
> 
> --
> databloom AI, Inc.
> 
> 3401 N. MIAMI AVE. STE 230
> 33127 Miami, Florida
> United States
> 
> 
> --  Please consider the environment before printing this
> email --
> 
> 
> 
> Disclaimer:
> The content of this message is confidential. If you
> have received it by mistake, please inform us by an email reply and then
> delete the message. It is forbidden to copy, forward, or in any way reveal
> the contents of this message to anyone. The integrity and security of this
> email cannot be guaranteed over the Internet. Therefore, the sender will
> not be held liable for any damage caused by the message.
> 


Re: Status on SQL API

Posted by Kristian Reitzel <k....@outlook.dk>.
Cool, thanks for the explanation!


Best,
Kristian
________________________________
Fra: Alexander Alten <al...@databloom.ai>
Sendt: Sunday, April 16, 2023 1:21:58 PM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Cc: Michelle Sackmann Jensen <mi...@gmail.com>
Emne: Re: Status on SQL API

It’s pretty easy - just do a fork into your private repo, apply your code and create a pull request. After the check have passed, and the review process was positive, we merge. No need to create a dedicated branch, we cut a release branch from current main.

Cheers,
 —Alex

> On 16. Apr 2023, at 13:03, Kristian Reitzel <k....@outlook.dk> wrote:
>
> Great!
>
> How do you prefer the git organisation? I assume we should create a new branch from main(?). If so, is there any naming convention that we should follow or other things that we should be aware of? This is our first contribution to open source projects.
>
> Best,
> Kristian
> ________________________________
> Fra: Alexander Alten <al...@databloom.ai>
> Sendt: søndag, april 16, 2023 11:22 AM
> Til: dev@wayang.apache.org <de...@wayang.apache.org>
> Cc: Michelle Sackmann Jensen <mi...@gmail.com>
> Emne: Re: Status on SQL API
>
> Hey Michelle and Kristian,
>
> Awesome, and we just merged the initial contribution from Kausthub into the main branch. Ready to go!
>
> Best,
> —Alex
>
> —
> Alexander Alten
> PPMC Apache Wayang
> aloalt@apache.org
>
> @apachewayang
>
>> On 15. Apr 2023, at 21:49, Kristian Reitzel <k....@outlook.dk> wrote:
>>
>> Hi Wayang Dev!
>>
>> Just a quick update on the research project involving the SQL API that Michelle and I are working on:
>>
>> Due to our limited time, we are focusing on implementing:
>>
>> 1.  The join operator (probably just the inner join)
>> 2.  Sql query from both a csv and postgres data source
>>
>> We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.
>>
>> We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!
>>
>> Best regards,
>> Michelle and Kristian!
>
>
> --
> databloom AI, Inc.
>
> 3401 N. MIAMI AVE. STE 230
> 33127 Miami, Florida
> United States
>
>
> --  Please consider the environment before printing this
> email --
>
>
>
> Disclaimer:
> The content of this message is confidential. If you
> have received it by mistake, please inform us by an email reply and then
> delete the message. It is forbidden to copy, forward, or in any way reveal
> the contents of this message to anyone. The integrity and security of this
> email cannot be guaranteed over the Internet. Therefore, the sender will
> not be held liable for any damage caused by the message.
>


--
databloom AI, Inc.

3401 N. MIAMI AVE. STE 230
33127 Miami, Florida
United States


--  Please consider the environment before printing this
email --



Disclaimer:
The content of this message is confidential. If you
have received it by mistake, please inform us by an email reply and then
delete the message. It is forbidden to copy, forward, or in any way reveal
the contents of this message to anyone. The integrity and security of this
email cannot be guaranteed over the Internet. Therefore, the sender will
not be held liable for any damage caused by the message.


Re: Status on SQL API

Posted by Alexander Alten <al...@databloom.ai>.
It’s pretty easy - just do a fork into your private repo, apply your code and create a pull request. After the check have passed, and the review process was positive, we merge. No need to create a dedicated branch, we cut a release branch from current main.

Cheers,
 —Alex 

> On 16. Apr 2023, at 13:03, Kristian Reitzel <k....@outlook.dk> wrote:
> 
> Great!
> 
> How do you prefer the git organisation? I assume we should create a new branch from main(?). If so, is there any naming convention that we should follow or other things that we should be aware of? This is our first contribution to open source projects.
> 
> Best,
> Kristian
> ________________________________
> Fra: Alexander Alten <al...@databloom.ai>
> Sendt: søndag, april 16, 2023 11:22 AM
> Til: dev@wayang.apache.org <de...@wayang.apache.org>
> Cc: Michelle Sackmann Jensen <mi...@gmail.com>
> Emne: Re: Status on SQL API
> 
> Hey Michelle and Kristian,
> 
> Awesome, and we just merged the initial contribution from Kausthub into the main branch. Ready to go!
> 
> Best,
> —Alex
> 
> —
> Alexander Alten
> PPMC Apache Wayang
> aloalt@apache.org
> 
> @apachewayang
> 
>> On 15. Apr 2023, at 21:49, Kristian Reitzel <k....@outlook.dk> wrote:
>> 
>> Hi Wayang Dev!
>> 
>> Just a quick update on the research project involving the SQL API that Michelle and I are working on:
>> 
>> Due to our limited time, we are focusing on implementing:
>> 
>> 1.  The join operator (probably just the inner join)
>> 2.  Sql query from both a csv and postgres data source
>> 
>> We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.
>> 
>> We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!
>> 
>> Best regards,
>> Michelle and Kristian!
> 
> 
> --
> databloom AI, Inc.
> 
> 3401 N. MIAMI AVE. STE 230
> 33127 Miami, Florida
> United States
> 
> 
> --  Please consider the environment before printing this
> email --
> 
> 
> 
> Disclaimer:
> The content of this message is confidential. If you
> have received it by mistake, please inform us by an email reply and then
> delete the message. It is forbidden to copy, forward, or in any way reveal
> the contents of this message to anyone. The integrity and security of this
> email cannot be guaranteed over the Internet. Therefore, the sender will
> not be held liable for any damage caused by the message.
> 


-- 
databloom AI, Inc.  

3401 N. MIAMI AVE. STE 230
33127 Miami, Florida 
United States


--  Please consider the environment before printing this 
email --



Disclaimer:
The content of this message is confidential. If you 
have received it by mistake, please inform us by an email reply and then 
delete the message. It is forbidden to copy, forward, or in any way reveal 
the contents of this message to anyone. The integrity and security of this 
email cannot be guaranteed over the Internet. Therefore, the sender will 
not be held liable for any damage caused by the message.


Re: Status on SQL API

Posted by Kristian Reitzel <k....@outlook.dk>.
Great!

How do you prefer the git organisation? I assume we should create a new branch from main(?). If so, is there any naming convention that we should follow or other things that we should be aware of? This is our first contribution to open source projects.

Best,
Kristian
________________________________
Fra: Alexander Alten <al...@databloom.ai>
Sendt: søndag, april 16, 2023 11:22 AM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Cc: Michelle Sackmann Jensen <mi...@gmail.com>
Emne: Re: Status on SQL API

Hey Michelle and Kristian,

Awesome, and we just merged the initial contribution from Kausthub into the main branch. Ready to go!

Best,
 —Alex

—
Alexander Alten
PPMC Apache Wayang
aloalt@apache.org

@apachewayang

> On 15. Apr 2023, at 21:49, Kristian Reitzel <k....@outlook.dk> wrote:
>
> Hi Wayang Dev!
>
> Just a quick update on the research project involving the SQL API that Michelle and I are working on:
>
> Due to our limited time, we are focusing on implementing:
>
>  1.  The join operator (probably just the inner join)
>  2.  Sql query from both a csv and postgres data source
>
> We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.
>
> We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!
>
> Best regards,
> Michelle and Kristian!


--
databloom AI, Inc.

3401 N. MIAMI AVE. STE 230
33127 Miami, Florida
United States


--  Please consider the environment before printing this
email --



Disclaimer:
The content of this message is confidential. If you
have received it by mistake, please inform us by an email reply and then
delete the message. It is forbidden to copy, forward, or in any way reveal
the contents of this message to anyone. The integrity and security of this
email cannot be guaranteed over the Internet. Therefore, the sender will
not be held liable for any damage caused by the message.


Re: Status on SQL API

Posted by Alexander Alten <al...@databloom.ai>.
Hey Michelle and Kristian,

Awesome, and we just merged the initial contribution from Kausthub into the main branch. Ready to go!

Best,
 —Alex 

—
Alexander Alten
PPMC Apache Wayang
aloalt@apache.org

@apachewayang

> On 15. Apr 2023, at 21:49, Kristian Reitzel <k....@outlook.dk> wrote:
> 
> Hi Wayang Dev!
> 
> Just a quick update on the research project involving the SQL API that Michelle and I are working on:
> 
> Due to our limited time, we are focusing on implementing:
> 
>  1.  The join operator (probably just the inner join)
>  2.  Sql query from both a csv and postgres data source
> 
> We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.
> 
> We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!
> 
> Best regards,
> Michelle and Kristian!


-- 
databloom AI, Inc.  

3401 N. MIAMI AVE. STE 230
33127 Miami, Florida 
United States


--  Please consider the environment before printing this 
email --



Disclaimer:
The content of this message is confidential. If you 
have received it by mistake, please inform us by an email reply and then 
delete the message. It is forbidden to copy, forward, or in any way reveal 
the contents of this message to anyone. The integrity and security of this 
email cannot be guaranteed over the Internet. Therefore, the sender will 
not be held liable for any damage caused by the message.


Re: Status on SQL API

Posted by Kristian Reitzel <k....@outlook.dk>.
Thanks! Michelle and I will have a look at it on Friday :-)

Best,
Kristian
________________________________
Fra: Zoi Kaoudi <zk...@yahoo.gr.INVALID>
Sendt: Wednesday, April 19, 2023 10:59:20 AM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Emne: Re: Status on SQL API

Oh links are not working in the mailing list. I forgot.
You can checkout the files:

- WayangPlansOperators.java line 200 in the wayang-tests-integration module for pure Java API

- Query3Hybrid.scala line 138 in the wayang-benchmark module for scala API

Best
--
Zoi


    Στις Τετάρτη 19 Απριλίου 2023 - 10:45:38 π.μ. CEST, ο χρήστης Zoi Kaoudi <zk...@yahoo.gr.invalid> έγραψε:

  Hi Kristian,
I couldn't find an example of join with the Java scala-like API but there is:

- An example using the pure Java API here:incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wayang

|
|
|
|  |  |

 |

 |
|
|  |
incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wa...

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/WayangPlansOper...
 |

 |

 |


- An example using the scala API (thus the PlanBuilder) here:incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

|
|
|
|  |  |

 |

 |
|
|  |
incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/Query3Hybrid.sc...
 |

 |

 |



I hope these are useful. Let us know if you encounter any issue with the JavaPlanBuilder.
Best
--
Zoi


    Στις Τρίτη 18 Απριλίου 2023 - 08:38:38 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:

 Hi Zoi,

Yes, an example of an implementation of the wayang join operator. I cannot find it in the JavaPlanBuilder. But I might be overlooking something :-)

Best,
Kristian
________________________________
Fra: Zoi Kaoudi <zk...@yahoo.gr.INVALID>
Sendt: Tuesday, April 18, 2023 3:34:55 PM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Emne: Re: Status on SQL API

Hi Kristian & Michelle,
regarding your "implementation of the join operator in the java API" question, what exactly are you looking for?
Isn't there a join operator via the JavaPlanBuilder?
Or you are looking for the implementation of the join opearator using the Java platform?
Best
--
Zoi

    Στις Σάββατο 15 Απριλίου 2023 - 09:50:07 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:

 Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!



Re: Status on SQL API

Posted by Zoi Kaoudi <zk...@yahoo.gr.INVALID>.
 Oh links are not working in the mailing list. I forgot. 
You can checkout the files: 

- WayangPlansOperators.java line 200 in the wayang-tests-integration module for pure Java API

- Query3Hybrid.scala line 138 in the wayang-benchmark module for scala API

Best
--
Zoi


    Στις Τετάρτη 19 Απριλίου 2023 - 10:45:38 π.μ. CEST, ο χρήστης Zoi Kaoudi <zk...@yahoo.gr.invalid> έγραψε:  
 
  Hi Kristian,
I couldn't find an example of join with the Java scala-like API but there is:

- An example using the pure Java API here:incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wayang

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wa...

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/WayangPlansOper...
 |

 |

 |


- An example using the scala API (thus the PlanBuilder) here:incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/Query3Hybrid.sc...
 |

 |

 |



I hope these are useful. Let us know if you encounter any issue with the JavaPlanBuilder.
Best
--
Zoi


    Στις Τρίτη 18 Απριλίου 2023 - 08:38:38 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:  
 
 Hi Zoi,

Yes, an example of an implementation of the wayang join operator. I cannot find it in the JavaPlanBuilder. But I might be overlooking something :-)

Best,
Kristian
________________________________
Fra: Zoi Kaoudi <zk...@yahoo.gr.INVALID>
Sendt: Tuesday, April 18, 2023 3:34:55 PM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Emne: Re: Status on SQL API

Hi Kristian & Michelle,
regarding your "implementation of the join operator in the java API" question, what exactly are you looking for?
Isn't there a join operator via the JavaPlanBuilder?
Or you are looking for the implementation of the join opearator using the Java platform?
Best
--
Zoi

    Στις Σάββατο 15 Απριλίου 2023 - 09:50:07 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:

 Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!

    

Re: Status on SQL API

Posted by Zoi Kaoudi <zk...@yahoo.gr.INVALID>.
 Hi Kristian,
I couldn't find an example of join with the Java scala-like API but there is:

- An example using the pure Java API here:incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wayang

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
incubator-wayang/WayangPlansOperators.java at main · apache/incubator-wa...

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/WayangPlansOper...
 |

 |

 |


- An example using the scala API (thus the PlanBuilder) here:incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
incubator-wayang/Query3Hybrid.scala at main · apache/incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system. - incubator-wayang/Query3Hybrid.sc...
 |

 |

 |



I hope these are useful. Let us know if you encounter any issue with the JavaPlanBuilder.
Best
--
Zoi


    Στις Τρίτη 18 Απριλίου 2023 - 08:38:38 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:  
 
 Hi Zoi,

Yes, an example of an implementation of the wayang join operator. I cannot find it in the JavaPlanBuilder. But I might be overlooking something :-)

Best,
Kristian
________________________________
Fra: Zoi Kaoudi <zk...@yahoo.gr.INVALID>
Sendt: Tuesday, April 18, 2023 3:34:55 PM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Emne: Re: Status on SQL API

Hi Kristian & Michelle,
regarding your "implementation of the join operator in the java API" question, what exactly are you looking for?
Isn't there a join operator via the JavaPlanBuilder?
Or you are looking for the implementation of the join opearator using the Java platform?
Best
--
Zoi

    Στις Σάββατο 15 Απριλίου 2023 - 09:50:07 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:

 Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!

  

Re: Status on SQL API

Posted by Kristian Reitzel <k....@outlook.dk>.
Hi Zoi,

Yes, an example of an implementation of the wayang join operator. I cannot find it in the JavaPlanBuilder. But I might be overlooking something :-)

Best,
Kristian
________________________________
Fra: Zoi Kaoudi <zk...@yahoo.gr.INVALID>
Sendt: Tuesday, April 18, 2023 3:34:55 PM
Til: dev@wayang.apache.org <de...@wayang.apache.org>
Emne: Re: Status on SQL API

Hi Kristian & Michelle,
regarding your "implementation of the join operator in the java API" question, what exactly are you looking for?
Isn't there a join operator via the JavaPlanBuilder?
Or you are looking for the implementation of the join opearator using the Java platform?
Best
--
Zoi

    Στις Σάββατο 15 Απριλίου 2023 - 09:50:07 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:

 Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!


Re: Status on SQL API

Posted by Zoi Kaoudi <zk...@yahoo.gr.INVALID>.
 Hi Kristian & Michelle,
regarding your "implementation of the join operator in the java API" question, what exactly are you looking for?
Isn't there a join operator via the JavaPlanBuilder? 
Or you are looking for the implementation of the join opearator using the Java platform?
Best
--
Zoi

    Στις Σάββατο 15 Απριλίου 2023 - 09:50:07 μ.μ. CEST, ο χρήστης Kristian Reitzel <k....@outlook.dk> έγραψε:  
 
 Hi Wayang Dev!

Just a quick update on the research project involving the SQL API that Michelle and I are working on:

Due to our limited time, we are focusing on implementing:

  1.  The join operator (probably just the inner join)
  2.  Sql query from both a csv and postgres data source

We’re currently waiting for the current SQL API to be merged into the Wayang repository. Afterwards we will be happy to contribute with our work.

We have been searching for the implementation of the join operator in the java API, but we haven’t succeeded. So if any of you have a pointer to this, it would be much appreciated!

Best regards,
Michelle and Kristian!