observability icon indicating copy to clipboard operation
observability copied to clipboard

[BUG] Formatted query got truncated after clicked “Run”

Open A-Gray-Cat opened this issue 1 year ago • 3 comments

What is the bug? A clear and concise description of the bug.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to Data sources -> securitylake -> query data -> open log explorer
  2. Copy and paste the following query to the query editor
SELECT * 
FROM
securitylake.amazon_security_lake_glue_db_us_east_1.amazon_security_lake_table_us_east_1_cloud_trail_mgmt_2_0
WHERE time_dt > "2024-07-31 00:00:00"
    AND region = "us-east-1"
LIMIT 10

source = securitylake.amazon_security_lake_glue_db_us_east_1.amazon_security_lake_table_us_east_1_cloud_trail_mgmt_2_0
| where time_dt > "2024-07-31 00:00:00" and region = "us-east-1"
| head 10
  1. Formatted queries will be truncated and becoming a single-line query. If you click "search" again, the query will fail because two functions or keywords became one.

What is the expected behavior? Query's format won't be changed.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version 2.13
  • Plugins

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.

A-Gray-Cat avatar Aug 01 '24 22:08 A-Gray-Cat

Catch All Triage - 1, 2, 3

dblock avatar Aug 19 '24 16:08 dblock

Version 2.13

on 2.13 only query workbench and devtools support SQL, log explorer does not

Copy and paste the following query to the query editor

There are two queries being pasted, one is SQL one is PPL. They cannot run together

could you clarify where you are running the sql query?

joshuali925 avatar Sep 04 '24 18:09 joshuali925

Hello. This is run in the direct query interface where both PPL and SQL are supported.

A-Gray-Cat avatar Sep 19 '24 23:09 A-Gray-Cat