alamb commented on code in PR #6706: URL: https://github.com/apache/arrow-datafusion/pull/6706#discussion_r1234079794
########## datafusion/common/src/lib.rs: ########## @@ -15,6 +15,7 @@ // specific language governing permissions and limitations // under the License. +pub mod alias; Review Comment: I think putting it in `common` is a reasonable location 👍 -- 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]
