v.21.11Improvements
Allow Symlinks in user_files Directory for File Table Function
Allow symlinks to files in user_files directory for file table function. #30309 (Kseniia Sumarokova).Why it matters
This feature enables users to reference files via symlinks inside theuser_files directory for the file table function. It increases flexibility and convenience by allowing indirect file referencing, which simplifies file management and usage without duplicating data.How to use it
Place symbolic links pointing to desired files inside theuser_files directory and use the file table function to read these files as usual. The system will now correctly follow the symlinks when accessing the files.