vogievetsky opened a new pull request #11416: URL: https://github.com/apache/druid/pull/11416
Did a comprehensive review of the data loading flow in the web console and in the process found some small issues that are fixed here, 1 commit = 1 issue fixed. The issues are: - Quotes typo in description text - The SQL doc structure changed (there was a column added) and the doc parsing was too lose - tightened up - Make array input (used for column input in CSV parser) not lose your curser while typing - Make it possible to click-to-filter the group_id column in the tasks table - Exact table search in the Segments table was unnecessarily lowercasing the search string - Don't resort the columns alphabetically, trust the JSON instead - maintain column order (especially helpful for formats like CSV and TSV) - Allow bypassing the transform step, if you go to filter directly and then click `Next` it should populate the schema at that point if it has not already been done. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
