Jimexist commented on pull request #1284: URL: https://github.com/apache/arrow-datafusion/pull/1284#issuecomment-979926270
> @Jimexist Sorry being unresponsive. Let me reflect your comment on this weekend. > I think it's better to implement the command like Postgres, namely `\pset format`. > But I don't have a good idea to organize the subcommands. To be specific, should we treat the subcommand(`pset format`) as an enum of `Command` or keep `pset` as an enum of `Command` and implement the subcommand logic in `Command::exec`. Do you have any thought on this? I'd view `pset` as a command and the types of properties that you can set as a separate enum -- 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]
