You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am still figuring out why the changes are not sufficient.
I construct similar ASTs for select 1 and select from pg_catalog, replacing constant List with PgTableContent, but the compilation fails.
Here are some of the logs and debug info. https://pastebin.com/7Mi9r5sU https://pastebin.com/8QTcw6fW
⚪ 2024-01-29 09:12:34 UTC Pre-commit check for 69e9e53 has started.
⚪ 2024-01-29 09:12:37 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-29 09:15:03 UTC Build successful.
⚪ 2024-01-29 09:15:17 UTC Tests are running...
🔴 2024-01-29 10:52:46 UTC Some tests failed, follow the links below.
⚪ 2024-01-29 09:15:04 UTC Pre-commit check for 69e9e53 has started.
⚪ 2024-01-29 09:15:07 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-29 09:17:26 UTC Build successful.
⚪ 2024-01-29 09:17:39 UTC Tests are running...
🔴 2024-01-29 10:49:31 UTC Some tests failed, follow the links below.
⚪ 2024-01-29 12:22:23 UTC Pre-commit check for cb2175c has started.
⚪ 2024-01-29 12:22:25 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-29 12:24:40 UTC Build successful.
⚪ 2024-01-29 12:24:54 UTC Tests are running...
🔴 2024-01-29 13:56:32 UTC Some tests failed, follow the links below.
⚪ 2024-01-29 12:22:30 UTC Pre-commit check for cb2175c has started.
⚪ 2024-01-29 12:22:32 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-29 12:24:49 UTC Build successful.
⚪ 2024-01-29 12:25:04 UTC Tests are running...
🔴 2024-01-29 13:57:52 UTC Some tests failed, follow the links below.
⚪ 2024-01-30 14:19:48 UTC Pre-commit check for ebc27cd has started.
⚪ 2024-01-30 14:19:50 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 14:50:56 UTC Build successful.
⚪ 2024-01-30 14:51:06 UTC Tests are running...
🔴 2024-01-30 16:36:40 UTC Some tests failed, follow the links below.
⚪ 2024-01-30 14:33:06 UTC Pre-commit check for ebc27cd has started.
⚪ 2024-01-30 14:33:07 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 14:47:23 UTC Build successful.
⚪ 2024-01-30 14:47:32 UTC Tests are running...
🔴 2024-01-30 16:31:53 UTC Some tests failed, follow the links below.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am still figuring out why the changes are not sufficient.
I construct similar ASTs for
select 1
and select from pg_catalog, replacing constantList
withPgTableContent
, but the compilation fails.Here are some of the logs and debug info.
https://pastebin.com/7Mi9r5sU
https://pastebin.com/8QTcw6fW