Hello Seems I'm encountering a small bug with Pino...
# troubleshooting
j
Hello Seems I'm encountering a small bug with Pinot UI Context: • I've got 2 tables with 2 separate schemas • I'm on the
Query Console
Tab Problem : • I click on a table, the schema appears below it - the schema is valid (the one corresponding to this table) • I then click on the other table, the schema of the previous table remains • If I reload the page and click on the other table first, its schema remains after I click on the other table Info: • The schemas really are different • Actually the API calls when inspecting the page return the correct schemas • So it seems it only is a UI-related issue • I don't think I've seen this issue before • Force reloading Firefox page (ignore cache) doesn't solve the issue Ultimately it's only a UI inconsistency, so not a big deal, but got me thinking about my schemas for a bit 😄
If the issue remains, I'll create a Github issue 🙂
s
Can you please create GitHub issue @Jonathan Meyer I'll try to reproduce and update the issue ticket.
m
Thanks @Sanket Shah
j
BTW, is there an Issue template or some guidelines ?
s
I don’t think there is any issue template yet
Thanks for reporting this issue @Jonathan Meyer Fixed and created the PR for this issue: https://github.com/apache/incubator-pinot/pull/6806 cc: @Mayank @Kishore G @Neha Pawar
🙂 1
m
🚢
j
Fantastic, thanks @Sanket Shah !