pepijnve commented on code in PR #18183:
URL: https://github.com/apache/datafusion/pull/18183#discussion_r2490838599
##########
datafusion/physical-expr/src/expressions/case/mod.rs:
##########
@@ -15,9 +15,9 @@
// specific language governing permissions and limitations
// under the License.
-use super::{Column, Literal};
-use crate::expressions::case::ResultState::{Complete, Empty, Partial};
-use crate::expressions::try_cast;
+mod literal_lookup_table;
Review Comment:
I asked around a bit and the preference seems to be to avoid mod.rs files
with lots of code in it. Could we move this file back to case.rs?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]