Hello, team. Since i need postgres UUID feature s...
# questions-and-troubleshooting
g
Hello, team. Since i need postgres UUID feature support and docs shows it should be at least
v3.5.3+
, Then I am using the docker to setup the starrocks with the version:
starrocks/allin1-ubuntu:4.0.0
, however, the startup logs shows
3.5.2-69de616
so as the
*select* current_version();
While i am trying to query the external table data, the error shows
Datatype of external table column [id] is not supported!.
Any idea? Much appreciated 🫡