Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-17 Thread via GitHub
alamb merged PR #15709: URL: https://github.com/apache/datafusion/pull/15709 -- 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-unsubscr...@datafusi

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-17 Thread via GitHub
alamb commented on code in PR #15709: URL: https://github.com/apache/datafusion/pull/15709#discussion_r2047360096 ## datafusion/sqllogictest/test_files/regexp/README.md: ## @@ -0,0 +1,59 @@ + + +# Regexp Test Files + +This directory contains test files for regular expression (re

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-17 Thread via GitHub
alamb commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2813053514 Thank you so much @kumarlokesh @comphead and @goldmedal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-16 Thread via GitHub
comphead commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2809885498 Thanks, As long as test and its dependencies runs in the separate context we are safe. -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-16 Thread via GitHub
Omega359 commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2809757873 > > @comphead my understanding is that when a test file includes another file using the `include` directive (like `include ./init_data.slt.part`), the sqllogictest runner would proc

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
comphead commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807835159 > @comphead my understanding is that when a test file includes another file using the `include` directive (like `include ./init_data.slt.part`), the sqllogictest runner would pr

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
alamb commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807670836 > Seems like most recent pipeline failure is probably related to #15725. Waiting for this to merge. Merged! -- This is an automated message from the Apache Git Service. To res

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
kumarlokesh commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807425699 Seems like most recent pipeline failure is probably related to https://github.com/apache/datafusion/pull/15725. Waiting for this to merge. -- This is an automated message from

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
kumarlokesh commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807420910 > thanks @kumarlokesh I like it. However my understanding was sqllogictest runner starts all files in parallel? do we have a guarantee data will be initiated before tests run?

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
kumarlokesh commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2807387628 > Beyond the addition of null into the test data as mentioned by @goldmedal I think this is a nice and clean refactor - thank you @kumarlokesh @Omega359 @goldmedal addresse

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
Omega359 commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2805979758 Beyond the addition of null into the test data as mentioned by @goldmedal I think this is a nice and clean refactor - thank you @kumarlokesh -- This is an automated message from

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
Omega359 commented on code in PR #15709: URL: https://github.com/apache/datafusion/pull/15709#discussion_r2044849064 ## datafusion/sqllogictest/test_files/regexp/regexp_like.slt: ## @@ -0,0 +1,279 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-15 Thread via GitHub
goldmedal commented on code in PR #15709: URL: https://github.com/apache/datafusion/pull/15709#discussion_r2044561531 ## datafusion/sqllogictest/test_files/regexp/init_data.slt.part: ## @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more con

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-14 Thread via GitHub
Omega359 commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2803304792 I'll take a look at this tomorrow -- 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

Re: [PR] Refactor regexp slt tests [datafusion]

2025-04-14 Thread via GitHub
alamb commented on PR #15709: URL: https://github.com/apache/datafusion/pull/15709#issuecomment-2802863007 FYI @Omega359 and @goldmedal -- do you have some time to review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] Refactor regexp slt tests [datafusion]

2025-04-14 Thread via GitHub
kumarlokesh opened a new pull request, #15709: URL: https://github.com/apache/datafusion/pull/15709 ## Which issue does this PR close? - Closes #14452. ## Rationale for this change ## What changes are included in this PR? ## Are these change